HomeSort by: relevance | last modified time | path
    Searched defs:icmptype (Results 1 - 2 of 2) sorted by relevancy

  /src/dist/pf/sbin/pfctl/
parse.y 411 %token RETURNRST RETURNICMP RETURNICMP6 PROTO INET INET6 ALL ANY ICMPTYPE
429 %type <v.number> number icmptype icmp6type uid gid
2915 icmpspec : ICMPTYPE icmp_item { $$ = $2; }
2916 | ICMPTYPE '{' icmp_list '}' { $$ = $3; }
2937 icmp_item : icmptype {
2947 | icmptype CODE STRING {
3020 icmptype : STRING { label
4922 { "icmp-type", ICMPTYPE},
5488 u_int8_t icmptype;
5491 icmptype = returnicmpdefault >> 8
    [all...]
  /src/sys/dist/pf/net/
pf.c 3091 u_int8_t icmptype = 0, icmpcode = 0; local in function:pf_test_rule
3116 icmptype = pd->hdr.icmp->icmp_type;
3119 if (icmptype == ICMP_UNREACH ||
3120 icmptype == ICMP_SOURCEQUENCH ||
3121 icmptype == ICMP_REDIRECT ||
3122 icmptype == ICMP_TIMXCEED ||
3123 icmptype == ICMP_PARAMPROB)
3134 icmptype = pd->hdr.icmp6->icmp6_type;
3137 if (icmptype == ICMP6_DST_UNREACH ||
3138 icmptype == ICMP6_PACKET_TOO_BIG |
4344 u_int8_t icmptype; local in function:pf_test_state_icmp
    [all...]

Completed in 15 milliseconds