HomeSort by: relevance | last modified time | path
    Searched refs:fopts (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/npf/npfctl/
npf_build.c 468 const filt_opts_t *fopts)
471 const addr_port_t *apfrom = &fopts->filt.opt3.fo_from;
472 const addr_port_t *apto = &fopts->filt.opt3.fo_to;
514 opts = MATCH_SRC | (fopts->fo_finvert ? MATCH_INVERT : 0);
516 opts = MATCH_DST | (fopts->fo_tinvert ? MATCH_INVERT : 0);
537 build_l2_code(npf_bpf_t *bc, const filt_opts_t *fopts)
540 npfvar_t *ap_from = fopts->filt.opt2.from_mac;
541 npfvar_t *ap_to = fopts->filt.opt2.to_mac;
542 const uint16_t ether_type = fopts->filt.opt2.ether_type;
554 opts = MATCH_DST | (fopts->fo_tinvert ? MATCH_INVERT : 0)
    [all...]
npf_data.c 682 filt_opts_t fopts; local in function:npfctl_parse_l3filt_opt
684 fopts.filt.opt3.fo_from.ap_netaddr = src_addr;
685 fopts.filt.opt3.fo_from.ap_portrange = src_port;
686 fopts.fo_finvert = tnot;
687 fopts.filt.opt3.fo_to.ap_netaddr = dst_addr;
688 fopts.filt.opt3.fo_to.ap_portrange = dst_port;
689 fopts.fo_tinvert = fnot;
690 fopts.uid = uid;
691 fopts.gid = gid;
692 fopts.layer = NPF_RULE_LAYER_3
701 filt_opts_t fopts; local in function:npfctl_parse_l2filt_opt
    [all...]
  /src/usr.bin/config/
gram.y 195 %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

Completed in 15 milliseconds