OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rtableid
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/dist/pf/net/
pf_mtag.h
48
u_int
rtableid
; /* alternate routing table id */
member in struct:pf_mtag
pf.c
1703
if (r != NULL && r->
rtableid
>= 0)
1704
pf_mtag->
rtableid
= r->
rtableid
;
1710
if (r != NULL && r->
rtableid
>= 0)
1711
m->m_pkthdr.pf.
rtableid
= r->
rtableid
;
1870
if (r->
rtableid
>= 0)
1871
pf_mtag->
rtableid
= r->
rtableid
;
1875
if (r->
rtableid
>= 0
2529
int
rtableid
= -1;
local in function:pf_match_translation
3085
int tag = -1,
rtableid
= -1;
local in function:pf_test_rule
[
all
...]
pf_ioctl.c
292
pf_default_rule.
rtableid
= -1;
1487
if (rule->
rtableid
> 0 && !rtable_exists(rule->
rtableid
))
1736
if (newrule->
rtableid
> 0 &&
1737
!rtable_exists(newrule->
rtableid
))
pfvar.h
555
int
rtableid
;
member in struct:pf_rule
/src/dist/pf/sbin/pfctl/
parse.y
207
int
rtableid
;
212
int
rtableid
;
226
int
rtableid
;
338
int
rtableid
;
472
%type <v.
rtableid
> rtable
744
r.
rtableid
= $9.
rtableid
;
776
r.
rtableid
= $7;
797
r.
rtableid
= $7;
839
r.
rtableid
= $7
[
all
...]
pfctl_parser.c
1022
if (r->
rtableid
!= -1)
1023
printf(" rtable %u", r->
rtableid
);
/src/usr.bin/nc/
netcat.c
110
int
rtableid
= -1;
variable in typeref:typename:int
292
rtableid
= (int)strtoi(optarg, NULL, 0, 0, 255, &errnum);
357
if (
rtableid
>= 0)
358
if (setrtable(
rtableid
) == -1)
Completed in 21 milliseconds
Indexes created Tue Oct 14 15:09:51 GMT 2025