Searched refs:IPV6_MINMTU (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Din6_gif.c213 #if IPV6_MINMTU
219 return(ip6_output(m, 0, &sc->gif_ro6, IPV6_MINMTU, 0, NULL, 0));
H A Dip6_var.h254 #define IPV6_MINMTU 0x04 /* use minimum MTU (IPV6_USE_MIN_MTU) */ macro
H A Dip6_output.c872 if ((flags & IPV6_MINMTU) != 0 && mtu > IPV6_MMTU)

Completed in 28 milliseconds