OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ruleops
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.sbin/npf/npfctl/
npf_cmd.c
114
}
ruleops
[] = {
local
132
for (unsigned n = 0;
ruleops
[n].cmd != NULL; n++) {
133
if (strcmp(cmd,
ruleops
[n].cmd) == 0) {
134
action =
ruleops
[n].action;
135
extra_arg =
ruleops
[n].extra_arg;
Completed in 20 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026