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

/darwin-on-arm/xnu/bsd/net/
H A Dpf.c4024 u_int8_t icmptype = 0, icmpcode = 0; local
4059 icmptype = pd->hdr.icmp->icmp_type;
4062 if (icmptype == ICMP_UNREACH ||
4063 icmptype == ICMP_SOURCEQUENCH ||
4064 icmptype == ICMP_REDIRECT ||
4065 icmptype == ICMP_TIMXCEED ||
4066 icmptype == ICMP_PARAMPROB)
4076 icmptype = pd->hdr.icmp6->icmp6_type;
4079 if (icmptype == ICMP6_DST_UNREACH ||
4080 icmptype
5107 u_int8_t icmptype = 0, icmpcode = 0; local
6464 u_int8_t icmptype; local
[all...]

Completed in 29 milliseconds