/src/usr.sbin/npf/npfctl/ |
npf_build.c | 371 npfvar_t *popts = op->op_opts; local in function:npfctl_build_proto_block 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...] |
npf_build.c | 371 npfvar_t *popts = op->op_opts; local in function:npfctl_build_proto_block 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...] |