OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ruleops
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/npf/npfctl/
npf_cmd.c
114
}
ruleops
[] = {
local in function:npfctl_rule
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;
npf_cmd.c
114
}
ruleops
[] = {
local in function:npfctl_rule
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 113 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025