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

  /src/usr.sbin/npf/npfctl/
npfctl.h 224 void npfctl_bpf_tcpfl(npf_bpf_t *, uint8_t, uint8_t);
npf_build.c 390 npfctl_bpf_tcpfl(ctx, *tf, *tf_mask);
418 * blocks with options; this is because npfctl_bpf_tcpfl()
510 npfctl_bpf_tcpfl(bc, TH_SYN, TH_SYN | TH_ACK | TH_FIN | TH_RST);
npf_bpf_comp.c 786 * npfctl_bpf_tcpfl: code block to match TCP flags.
789 npfctl_bpf_tcpfl(npf_bpf_t *ctx, uint8_t tf, uint8_t tf_mask) function in typeref:typename:void

Completed in 15 milliseconds