Home
last modified time | relevance | path

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

/xnu-11215.1.10/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.c1677 if (mtu < IF_MINMTU) { in vlan_set_mtu()
1809 devmtu_p->ifdm_min = max(min_mtu, IF_MINMTU); in vlan_ioctl()
H A Dif_redirect.c1748 devmtu_p->ifdm_min = IF_MINMTU; in redirect_ioctl()
1753 ifr->ifr_mtu < IF_MINMTU) { in redirect_ioctl()
H A Dif_fake.c4165 devmtu_p->ifdm_min = IF_MINMTU; in feth_ioctl()
4170 ifr->ifr_mtu < IF_MINMTU) { in feth_ioctl()
H A Dif_bond.c2885 mtu_min = IF_MINMTU; in bond_get_mtu_values()
H A Dif.c4040 if (ifr->ifr_mtu < IF_MINMTU || ifr->ifr_mtu > IF_MAXMTU) { in ifioctl_ifreq()
/xnu-11215.1.10/bsd/net/classq/
H A Dclassq_subr.c781 if (mtu < IF_MINMTU) { in ifclassq_tbr_set()
782 mtu = IF_MINMTU; in ifclassq_tbr_set()