icmptype 2861 net/pf.c u_int8_t icmptype = 0, icmpcode = 0; icmptype 2886 net/pf.c icmptype = pd->hdr.icmp->icmp_type; icmptype 2889 net/pf.c if (icmptype == ICMP_UNREACH || icmptype 2890 net/pf.c icmptype == ICMP_SOURCEQUENCH || icmptype 2891 net/pf.c icmptype == ICMP_REDIRECT || icmptype 2892 net/pf.c icmptype == ICMP_TIMXCEED || icmptype 2893 net/pf.c icmptype == ICMP_PARAMPROB) icmptype 2903 net/pf.c icmptype = pd->hdr.icmp6->icmp6_type; icmptype 2906 net/pf.c if (icmptype == ICMP6_DST_UNREACH || icmptype 2907 net/pf.c icmptype == ICMP6_PACKET_TOO_BIG || icmptype 2908 net/pf.c icmptype == ICMP6_TIME_EXCEEDED || icmptype 2909 net/pf.c icmptype == ICMP6_PARAM_PROB) icmptype 3056 net/pf.c else if (r->type && r->type != icmptype + 1) icmptype 4100 net/pf.c u_int8_t icmptype; icmptype 4107 net/pf.c icmptype = pd->hdr.icmp->icmp_type; icmptype 4111 net/pf.c if (icmptype == ICMP_UNREACH || icmptype 4112 net/pf.c icmptype == ICMP_SOURCEQUENCH || icmptype 4113 net/pf.c icmptype == ICMP_REDIRECT || icmptype 4114 net/pf.c icmptype == ICMP_TIMXCEED || icmptype 4115 net/pf.c icmptype == ICMP_PARAMPROB) icmptype 4121 net/pf.c icmptype = pd->hdr.icmp6->icmp6_type; icmptype 4125 net/pf.c if (icmptype == ICMP6_DST_UNREACH || icmptype 4126 net/pf.c icmptype == ICMP6_PACKET_TOO_BIG || icmptype 4127 net/pf.c icmptype == ICMP6_TIME_EXCEEDED || icmptype 4128 net/pf.c icmptype == ICMP6_PARAM_PROB) icmptype 4389 net/pf.c icmptype, pd->hdr.icmp->icmp_code);