Home
last modified time | relevance | path

Searched refs:setifcap (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/sbin/ifconfig/
Difvlan.c203 DEF_CMD("vlanmtu", IFCAP_VLAN_MTU, setifcap),
204 DEF_CMD("-vlanmtu", -IFCAP_VLAN_MTU, setifcap),
205 DEF_CMD("vlanhwtag", IFCAP_VLAN_HWTAGGING, setifcap),
206 DEF_CMD("-vlanhwtag", -IFCAP_VLAN_HWTAGGING, setifcap),
207 DEF_CMD("vlanhwfilter", IFCAP_VLAN_HWFILTER, setifcap),
208 DEF_CMD("-vlanhwfilter", -IFCAP_VLAN_HWFILTER, setifcap),
209 DEF_CMD("-vlanhwtso", -IFCAP_VLAN_HWTSO, setifcap),
210 DEF_CMD("vlanhwtso", IFCAP_VLAN_HWTSO, setifcap),
211 DEF_CMD("vlanhwcsum", IFCAP_VLAN_HWCSUM, setifcap),
212 DEF_CMD("-vlanhwcsum", -IFCAP_VLAN_HWCSUM, setifcap),
Difconfig.c1228 setifcap(const char *vname, int value, int s, const struct afswtch *afp) in setifcap() function
1663 DEF_CMD("rxcsum6", IFCAP_RXCSUM_IPV6, setifcap),
1664 DEF_CMD("-rxcsum6", -IFCAP_RXCSUM_IPV6, setifcap),
1665 DEF_CMD("txcsum6", IFCAP_TXCSUM_IPV6, setifcap),
1666 DEF_CMD("-txcsum6", -IFCAP_TXCSUM_IPV6, setifcap),
1667 DEF_CMD("rxcsum", IFCAP_RXCSUM, setifcap),
1668 DEF_CMD("-rxcsum", -IFCAP_RXCSUM, setifcap),
1669 DEF_CMD("txcsum", IFCAP_TXCSUM, setifcap),
1670 DEF_CMD("-txcsum", -IFCAP_TXCSUM, setifcap),
1671 DEF_CMD("netcons", IFCAP_NETCONS, setifcap),
[all …]
Difvxlan.c623 DEF_CMD("vxlanhwcsum", IFCAP_VXLAN_HWCSUM, setifcap),
624 DEF_CMD("-vxlanhwcsum", -IFCAP_VXLAN_HWCSUM, setifcap),
625 DEF_CMD("vxlanhwtso", IFCAP_VXLAN_HWTSO, setifcap),
626 DEF_CMD("-vxlanhwtso", -IFCAP_VXLAN_HWTSO, setifcap),
Difconfig.h141 void setifcap(const char *, int value, int s, const struct afswtch *);