Home
last modified time | relevance | path

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

/NextBSD/sys/net/
HDif_var.h415 #define IF_MINMTU 72 macro
HDif_tun.c672 if (tunp->mtu < IF_MINMTU) in tunioctl()
HDif.c2441 if (ifr->ifr_mtu < IF_MINMTU || ifr->ifr_mtu > IF_MAXMTU) in ifhwioctl()