Searched refs:fopts (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/npf/npfctl/
H A Dnpf_build.c342 const filt_opts_t *fopts, bool invert)
344 const addr_port_t *apfrom = &fopts->fo_from;
345 const addr_port_t *apto = &fopts->fo_to;
505 const opt_proto_t *op, const filt_opts_t *fopts, const char *rproc)
512 npfctl_build_ncode(rl, family, op, fopts, false);
538 const addr_port_t *ap, const filt_opts_t *fopts, bool binat)
584 npfctl_build_ncode(nat, family, &op, fopts, false);
593 const addr_port_t *ap2, const filt_opts_t *fopts)
618 if (__predict_true(!fopts)) {
619 fopts
341 npfctl_build_ncode(nl_rule_t *rl, sa_family_t family, const opt_proto_t *op, const filt_opts_t *fopts, bool invert) argument
504 npfctl_build_rule(uint32_t attr, u_int if_idx, sa_family_t family, const opt_proto_t *op, const filt_opts_t *fopts, const char *rproc) argument
537 npfctl_build_nat(int type, u_int if_idx, sa_family_t family, const addr_port_t *ap, const filt_opts_t *fopts, bool binat) argument
592 npfctl_build_natseg(int sd, int type, u_int if_idx, const addr_port_t *ap1, const addr_port_t *ap2, const filt_opts_t *fopts) argument
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/config/
H A Dgram.y129 %type <list> fopts fexpr fatom
208 XFILE filename fopts fflgs rule { addfile($2, $3, $4, $5); };
211 XOBJECT filename fopts oflgs { addobject($2, $3, $4); };
214 DEVICE_MAJOR WORD device_major_char device_major_block fopts devnodes
226 fopts: label

Completed in 64 milliseconds