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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Din6_ifattach.c98 unsigned long in6_maxmtu = 0; variable
921 if (in6_maxmtu < ifp->if_mtu)
922 in6_maxmtu = ifp->if_mtu;
H A Din6_var.h515 extern unsigned long in6_maxmtu;
H A Din6.c2689 * to in6_maxmtu.
2705 in6_maxmtu = maxmtu;
H A Dnd6.c251 /* also adjust in6_maxmtu if necessary. */
252 if (ndi->maxmtu > in6_maxmtu)

Completed in 42 milliseconds