Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/net/
H A Dif_var.h111 #define IF_MAXMTU 65535 macro
H A Dif.c3632 if (ifr->ifr_mtu < IF_MINMTU || ifr->ifr_mtu > IF_MAXMTU) { in ifioctl_ifreq()
/xnu-8792.61.2/bsd/net/pktsched/
H A Dpktsched_fq_codel.c1204 quantum = (quantum != 0) ? quantum : IF_MAXMTU; in fq_if_calc_quantum()