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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_output.c305 u_int32_t ifmtu; local
1303 ifmtu = IN6_LINKMTU(ifp);
1306 if (dontfrag && tlen > ifmtu) { /* case 2-b */
1781 u_int32_t ifmtu; local
1785 ifmtu = IN6_LINKMTU(ifp);
1790 if (mtu > ifmtu || mtu == 0) {
1802 mtu = ifmtu;

Completed in 22 milliseconds