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

/macosx-10.10/network_cmds-457/ip6fw.tproj/
H A Dip6fw.c426 printf(" icmptype");
777 unsigned long icmptype; local
782 icmptype = strtoul(c, &c, 0);
787 if (icmptype >= IPV6_FW_ICMPTYPES_DIM * sizeof(unsigned) * 8)
790 types[icmptype / (sizeof(unsigned) * 8)] |=
791 1U << (icmptype % (sizeof(unsigned) * 8));
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dpf.c4069 u_int8_t icmptype = 0, icmpcode = 0; local
4104 icmptype = pd->hdr.icmp->icmp_type;
4107 if (icmptype == ICMP_UNREACH ||
4108 icmptype == ICMP_SOURCEQUENCH ||
4109 icmptype == ICMP_REDIRECT ||
4110 icmptype == ICMP_TIMXCEED ||
4111 icmptype == ICMP_PARAMPROB)
4121 icmptype = pd->hdr.icmp6->icmp6_type;
4124 if (icmptype == ICMP6_DST_UNREACH ||
4125 icmptype
5158 u_int8_t icmptype = 0, icmpcode = 0; local
6528 u_int8_t icmptype; local
[all...]
/macosx-10.10/libpcap-48/libpcap/
H A Dscanner.l362 icmptype { yylval.i = 0; return NUM; }

Completed in 179 milliseconds