Home
last modified time | relevance | path

Searched defs:icmp (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/bsd/netinet/
H A Dip_icmp.h89 struct icmp { struct
90 u_char icmp_type; /* type of message, see below */ argument
91 u_char icmp_code; /* type sub code */ argument
92 u_short icmp_cksum; /* ones complement cksum of struct */ argument
113 } icmp_hun; argument
134 struct icmp_ra_addr id_radv; argument
137 } icmp_dun; argument
/xnu-8019.80.24/bsd/net/
H A Dpf.c4726 struct icmp *icmp; in pf_nat64_ipv6() local
H A Dpfvar.h1417 struct icmp *icmp; member