Home
last modified time | relevance | path

Searched refs:IF_MINMTU (Results 1 – 8 of 8) sorted by relevance

/xnu-10063.141.1/bsd/net/
H A Dif_var.h118 #define IF_MINMTU 72 macro
H A Dif_headless.c1388 devmtu_p->ifdm_min = IF_MINMTU; in headless_ioctl()
1393 ifr->ifr_mtu < IF_MINMTU) { in headless_ioctl()
H A Dif_vlan.c1738 if (mtu < IF_MINMTU) { in vlan_set_mtu()
1870 devmtu_p->ifdm_min = max(min_mtu, IF_MINMTU); in vlan_ioctl()
H A Dif_redirect.c1697 devmtu_p->ifdm_min = IF_MINMTU; in redirect_ioctl()
1702 ifr->ifr_mtu < IF_MINMTU) { in redirect_ioctl()
H A Dif_fake.c3916 devmtu_p->ifdm_min = IF_MINMTU; in feth_ioctl()
3921 ifr->ifr_mtu < IF_MINMTU) { in feth_ioctl()
H A Dif_bond.c2850 mtu_min = IF_MINMTU; in bond_get_mtu_values()
H A Dif.c3881 if (ifr->ifr_mtu < IF_MINMTU || ifr->ifr_mtu > IF_MAXMTU) { in ifioctl_ifreq()
/xnu-10063.141.1/bsd/net/classq/
H A Dclassq_subr.c778 if (mtu < IF_MINMTU) { in ifclassq_tbr_set()
779 mtu = IF_MINMTU; in ifclassq_tbr_set()