Lines Matching defs:popts
371 npfvar_t *popts = op->op_opts;
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);
467 build_l3_code(npf_bpf_t *bc, nl_rule_t *rl, sa_family_t family, const npfvar_t *popts,
481 any_l4proto = npfctl_check_proto(popts, &non_tcpudp, &tcp_with_nofl);
502 npfctl_build_proto(bc, popts);
563 npfctl_build_code(nl_rule_t *rl, sa_family_t family, const npfvar_t *popts,
572 if (!build_l3_code(bc, rl, family, popts, fopts))
834 const npfvar_t *popts, const filt_opts_t *fopts,
871 npfctl_build_code(rl, family, popts, fopts);
907 const npfvar_t *popts, const filt_opts_t *fopts, unsigned flags)
947 npfctl_build_code(nat, family, popts, fopts);
988 const addr_port_t *ap1, const addr_port_t *ap2, const npfvar_t *popts,
1097 ap1, popts, fopts, flags);
1104 ap2, popts, fopts, flags);