OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pif_parser
(Results
1 - 8
of
8
) sorted by relevancy
/src/sbin/ifconfig/
agr.c
63
.k_nextparser = &agrif.
pif_parser
}
65
.k_nextparser = &agrif.
pif_parser
}
parse.h
115
.
pif_parser
= {.p_name = (__name), .p_methods = &piface_methods,\
257
struct parser
pif_parser
;
member in struct:piface
pfsync.c
78
{.k_word = "syncdev", .k_nextparser = &pfsyncdev.
pif_parser
},
vlan.c
75
.k_nextparser = &vlanif.
pif_parser
}
lagg.c
181
.k_int = LAGGPORT_ADD, .k_nextparser = &laggaddport.
pif_parser
}
183
.k_int = LAGGPORT_DEL, .k_nextparser = &laggdelport.
pif_parser
}
185
, {.k_word = "laggportpri", .k_nextparser = &laggportpri_if.
pif_parser
}
ifconfig.c
499
if (parser_init(&iface_opt_family_only.
pif_parser
) == -1)
501
if (parser_init(&iface_only.
pif_parser
) == -1)
503
if (parser_init(&iface_start.
pif_parser
) == -1)
509
return &iface_start.
pif_parser
;
724
start = &iface_opt_family_only.
pif_parser
;
735
start = &iface_only.
pif_parser
;
parse.c
732
pif->
pif_parser
.p_methods = &piface_methods;
733
pif->
pif_parser
.p_exec = pexec;
734
pif->
pif_parser
.p_name = name;
735
pif->
pif_parser
.p_nextparser = defnext;
carp.c
104
, {.k_word = "carpdev", .k_nextparser = &carpdev.
pif_parser
}
Completed in 17 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025