OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:popts
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.sbin/npf/npfctl/
npf_build.c
371
npfvar_t *
popts
= op->op_opts;
local
373
if (multiple &&
popts
) {
384
if (
popts
) {
387
assert(npfvar_get_count(
popts
) == 2);
388
tf = npfvar_get_data(
popts
, NPFVAR_TCPFLAG, 0);
389
tf_mask = npfvar_get_data(
popts
, NPFVAR_TCPFLAG, 1);
396
if (
popts
) {
399
assert(npfvar_get_count(
popts
) == 2);
400
icmp_type = npfvar_get_data(
popts
, NPFVAR_ICMP, 0);
401
icmp_code = npfvar_get_data(
popts
, NPFVAR_ICMP, 1)
[
all
...]
Completed in 28 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026