OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:npfctl_parse_port_range
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.sbin/npf/npfctl/
npfctl.h
154
npfvar_t *
npfctl_parse_port_range
(in_port_t, in_port_t);
npf_data.c
317
*
npfctl_parse_port_range
: create a port-range variable. Note that the
321
npfctl_parse_port_range
(in_port_t s, in_port_t e)
function
347
npfvar_add_elements(pvp,
npfctl_parse_port_range
(p, p));
356
npfvar_add_elements(pvp,
npfctl_parse_port_range
(p, p));
npf_parse.y
322
$$ =
npfctl_parse_port_range
($1, $3);
893
$$ =
npfctl_parse_port_range
($1, $1);
897
$$ =
npfctl_parse_port_range
($1, $3);
Completed in 21 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026