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

/netbsd-current/usr.sbin/npf/npfctl/
H A Dnpf_build.c436 const filt_opts_t *fopts)
438 const addr_port_t *apfrom = &fopts->fo_from;
439 const addr_port_t *apto = &fopts->fo_to;
486 opts = MATCH_SRC | (fopts->fo_finvert ? MATCH_INVERT : 0);
488 opts = MATCH_DST | (fopts->fo_tinvert ? MATCH_INVERT : 0);
704 const npfvar_t *popts, const filt_opts_t *fopts,
715 npfctl_build_code(rl, family, popts, fopts);
743 const npfvar_t *popts, const filt_opts_t *fopts, unsigned flags)
783 npfctl_build_code(nat, family, popts, fopts);
825 const filt_opts_t *fopts, unsigne
435 npfctl_build_code(nl_rule_t *rl, sa_family_t family, const npfvar_t *popts, const filt_opts_t *fopts) argument
703 npfctl_build_rule(uint32_t attr, const char *ifname, sa_family_t family, const npfvar_t *popts, const filt_opts_t *fopts, const char *pcap_filter, const char *rproc) argument
742 npfctl_build_nat(int type, const char *ifname, const addr_port_t *ap, const npfvar_t *popts, const filt_opts_t *fopts, unsigned flags) argument
823 npfctl_build_natseg(int sd, int type, unsigned mflags, const char *ifname, const addr_port_t *ap1, const addr_port_t *ap2, const npfvar_t *popts, const filt_opts_t *fopts, unsigned algo) argument
[all...]
/netbsd-current/usr.bin/config/
H A Dgram.y195 %type <condexpr> fopts condexpr condatom
355 XFILE filename fopts fflags rule { addfile($2, $3, $4, $5); }
360 XOBJECT filename fopts oflags { addfile($2, $3, $4, NULL); }
365 DEVICE_MAJOR WORD device_major_char device_major_block fopts devnodes
469 fopts: label
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dlto-wrapper.c1063 char *fopts; local
1088 fopts = data;
1093 get_options_from_collect_gcc_options (collect_gcc, fopts,
1108 fopts += strlen (fopts) + 1;
1110 while (fopts - data < length);
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Dclient.c527 int fopts = 0; local
536 fopts |= DNS_FETCHOPT_NOCDFLAG;
539 fopts |= DNS_FETCHOPT_NOVALIDATE;
542 fopts |= DNS_FETCHOPT_TCP;
547 rctx->type, NULL, NULL, NULL, NULL, 0, fopts, 0, NULL,
H A Dvalidator.c1043 unsigned int fopts = 0; local
1054 fopts |= DNS_FETCHOPT_NOCDFLAG;
1058 fopts |= DNS_FETCHOPT_NONTA;
1064 fopts, 0, NULL, val->event->ev_sender, callback, val,
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dlto-wrapper.cc1115 char *fopts; local
1142 fopts = data;
1146 = get_options_from_collect_gcc_options (collect_gcc, fopts);
1156 fopts += strlen (fopts) + 1;
1158 while (fopts - data < length);
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Dvalidator.c1043 unsigned int fopts = 0; local
1054 fopts |= DNS_FETCHOPT_NOCDFLAG;
1058 fopts |= DNS_FETCHOPT_NONTA;
1064 fopts, 0, NULL, val->event->ev_sender, callback, val,
H A Dclient.c685 int fopts = 0; local
694 fopts |= DNS_FETCHOPT_NOCDFLAG;
697 fopts |= DNS_FETCHOPT_NOVALIDATE;
700 fopts |= DNS_FETCHOPT_TCP;
705 rctx->type, NULL, NULL, NULL, NULL, 0, fopts, 0, NULL,

Completed in 144 milliseconds