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

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_icmp.c198 u_int32_t nextmtu)
274 code == ICMP_UNREACH_NEEDFRAG && nextmtu != 0) {
275 icp->icmp_nextmtu = htons(nextmtu);
193 icmp_error( struct mbuf *n, int type, int code, n_long dest, u_int32_t nextmtu) argument
H A Dip_input.c2357 u_int32_t nextmtu = 0; local
2561 nextmtu = rt->rt_ifp->if_mtu;
2579 nextmtu = rt->rt_ifp->if_mtu;
2599 nextmtu = 0;
2635 nextmtu = ro->ro_rt->rt_ifp->if_mtu;
2636 nextmtu -= ipsechdr;
2663 icmp_error(mcopy, type, code, dest, nextmtu);

Completed in 30 milliseconds