Searched refs:IN6_LINKMTU (Results 1 - 5 of 5) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dnd6.h207 #define IN6_LINKMTU(ifp) \ macro
H A Din6.c2700 IN6_LINKMTU(ifp) > maxmtu)
2701 maxmtu = IN6_LINKMTU(ifp);
H A Dip6_output.c846 u_int32_t ifmtu = IN6_LINKMTU(ifp);
866 mtu = IN6_LINKMTU(ifp);
H A Dnd6.c235 * via IN6_LINKMTU() which does further checking against if_mtu.
1545 ndi->ndi.linkmtu = IN6_LINKMTU(ifp);
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dtcp_input.c3379 maxmtu = IN6_LINKMTU(rt->rt_ifp);
3381 maxmtu = MIN(rt->rt_rmx.rmx_mtu, IN6_LINKMTU(rt->rt_ifp));

Completed in 49 milliseconds