/src/sys/net/npf/ |
npf_alg_icmp.c | 220 const struct icmp6_hdr *ic6 = npc->npc_l4.icmp6; local in function:npfa_icmp_inspect 221 ret = npfa_icmp6_inspect(ic6->icmp6_type, enpc, &hasqid); 293 const struct icmp6_hdr *ic6 = enpc.npc_l4.icmp6; local in function:npfa_icmp_conn 294 ret = npfa_icmp6_inspect(ic6->icmp6_type, &enpc, &hasqid);
|
npf_alg_icmp.c | 220 const struct icmp6_hdr *ic6 = npc->npc_l4.icmp6; local in function:npfa_icmp_inspect 221 ret = npfa_icmp6_inspect(ic6->icmp6_type, enpc, &hasqid); 293 const struct icmp6_hdr *ic6 = enpc.npc_l4.icmp6; local in function:npfa_icmp_conn 294 ret = npfa_icmp6_inspect(ic6->icmp6_type, &enpc, &hasqid);
|
npf_connkey.c | 269 const struct icmp6_hdr *ic6 = npc->npc_l4.icmp6; local in function:npf_conn_conkey 270 id[NPF_SRC] = ic6->icmp6_id; 271 id[NPF_DST] = ic6->icmp6_id;
|
npf_connkey.c | 269 const struct icmp6_hdr *ic6 = npc->npc_l4.icmp6; local in function:npf_conn_conkey 270 id[NPF_SRC] = ic6->icmp6_id; 271 id[NPF_DST] = ic6->icmp6_id;
|
/src/dist/pf/sbin/pfctl/ |
pfctl_parser.c | 736 const struct icmpcodeent *ic, *ic6; local in function:print_rule 740 ic6 = geticmpcodebynumber(r->return_icmp6 >> 8, 753 if (ic6 == NULL) 756 printf("(%s)", ic6->name); 764 if (ic6 == NULL) 767 printf("%s)", ic6->name);
|
pfctl_parser.c | 736 const struct icmpcodeent *ic, *ic6; local in function:print_rule 740 ic6 = geticmpcodebynumber(r->return_icmp6 >> 8, 753 if (ic6 == NULL) 756 printf("(%s)", ic6->name); 764 if (ic6 == NULL) 767 printf("%s)", ic6->name);
|
/src/sys/external/bsd/ipf/netinet/ |
ip_state.c | 4368 struct icmp6_hdr *ic6, *oic; local in function:ipf_checkicmp6matchingstate 4392 ic6 = fin->fin_dp; 4394 oip6 = (ip6_t *)((char *)ic6 + ICMPERR_ICMPHLEN);
|
ip_state.c | 4368 struct icmp6_hdr *ic6, *oic; local in function:ipf_checkicmp6matchingstate 4392 ic6 = fin->fin_dp; 4394 oip6 = (ip6_t *)((char *)ic6 + ICMPERR_ICMPHLEN);
|