Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dif_var.h395 #define IF_MINMTU 72 macro
H A Dif_bridge.c990 if (ifr->ifr_mtu < IF_MINMTU) { in bridge_ioctl()
H A Dif.c2769 if (ifr->ifr_mtu < IF_MINMTU || ifr->ifr_mtu > IF_MAXMTU) in ifhwioctl()