Searched refs:icmptype (Results 1 – 10 of 10) sorted by relevance
74 ($icmptype) = $line =~ m/icmp (\d+)\/\d+/;77 $filename = $icmp{$icmptype} if (defined($icmp{$icmptype}));
47 icmpbody ::= "type" icmptype [ "code" icmpcode ] .48 icmptype ::= "echorep" | "echorep" "{" echoopts "}" ";" | "unreach" |
386 IL_ICMPTYPE icmptype387 | IL_ICMPTYPE icmptype icmpcode394 icmptype:
3091 u_int8_t icmptype = 0, icmpcode = 0; local3116 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 ||[all …]
109 %type <num> facility priority icmpcode seclevel secname icmptype1279 itype: seticmptype icmptype1325 icmptype1327 | typelist lmore icmptype1542 icmptype:
429 %type <v.number> number icmptype icmp6type uid gid2937 icmp_item : icmptype {2947 | icmptype CODE STRING {3020 icmptype : STRING {5488 u_int8_t icmptype; in parseicmpspec() local5491 icmptype = returnicmpdefault >> 8; in parseicmpspec()5493 icmptype = returnicmp6default >> 8; in parseicmpspec()5496 if ((p = geticmpcodebyname(icmptype, w, af)) == NULL) { in parseicmpspec()5506 return (icmptype << 8 | ulval); in parseicmpspec()
447 icmptype { yylval->h = 0; return NUM; }
4067 ipf_nat6_icmpquerytype(icmptype) in ipf_nat6_icmpquerytype() argument4068 int icmptype; in ipf_nat6_icmpquerytype()4081 switch (icmptype)
3993 ipf_nat6_icmpquerytype(int icmptype) in ipf_nat6_icmpquerytype() argument4006 switch (icmptype) in ipf_nat6_icmpquerytype()
6011 ipf_nat_icmpquerytype(int icmptype) in ipf_nat_icmpquerytype() argument6023 switch (icmptype) in ipf_nat_icmpquerytype()