OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:return_icmp6
(Results
1 - 5
of
5
) sorted by relevancy
/src/dist/pf/sbin/pfctl/
pfctl_parser.c
740
ic6 = geticmpcodebynumber(r->
return_icmp6
>> 8,
741
r->
return_icmp6
& 255, AF_INET6);
754
printf("(%u)", r->
return_icmp6
& 255);
765
printf("%u)", r->
return_icmp6
& 255);
pfctl_optimize.c
159
PF_RULE_FIELD(
return_icmp6
, NOMERGE),
parse.y
1685
r.
return_icmp6
= $1.w2;
1690
r.
return_icmp6
= $1.w2;
/src/sys/dist/pf/net/
pfvar.h
576
u_int16_t
return_icmp6
;
member in struct:pf_rule
pf.c
3465
else if ((af == AF_INET6) && r->
return_icmp6
)
3466
pf_send_icmp(m, r->
return_icmp6
>> 8,
3467
r->
return_icmp6
& 255, af, r);
Completed in 26 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025