Searched refs:IF_MINMTU (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dif_var.h100 #define IF_MINMTU 72 macro
H A Dif_vlan.c1502 if (mtu < IF_MINMTU) {
1633 devmtu_p->ifdm_min = max(min_mtu, IF_MINMTU);
H A Dif.c1330 if (ifr->ifr_mtu < IF_MINMTU || ifr->ifr_mtu > IF_MAXMTU)
H A Dif_bond.c2627 mtu_min = IF_MINMTU;

Completed in 19 milliseconds