Home
last modified time | relevance | path

Searched refs:port_unreach (Results 1 – 4 of 4) sorted by relevance

/xnu-11215.1.10/bsd/netinet/
H A Dudp_var.h147 u_int64_t port_unreach; member
H A Dudp_usrreq.c592 IF_UDP_STATINC(ifp, port_unreach); in udp_input()
679 IF_UDP_STATINC(ifp, port_unreach); in udp_input()
/xnu-11215.1.10/bsd/netinet6/
H A Dudp6_usrreq.c496 IF_UDP_STATINC(ifp, port_unreach); in udp6_input()
578 IF_UDP_STATINC(ifp, port_unreach); in udp6_input()
/xnu-11215.1.10/bsd/net/
H A Dif.c6289 COPY_IF_PS_UDP_FIELD64_ATOMIC(port_unreach); in if_copy_packet_stats()