Home
last modified time | relevance | path

Searched refs:npfctl_bpf_tcpfl (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/usr.sbin/npf/npfctl/
Dnpfctl.h194 void npfctl_bpf_tcpfl(npf_bpf_t *, uint8_t, uint8_t);
Dnpf_build.c358 npfctl_bpf_tcpfl(ctx, *tf, *tf_mask); in npfctl_build_proto_block()
482 npfctl_bpf_tcpfl(bc, TH_SYN, TH_SYN | TH_ACK | TH_FIN | TH_RST); in npfctl_build_code()
Dnpf_bpf_comp.c701 npfctl_bpf_tcpfl(npf_bpf_t *ctx, uint8_t tf, uint8_t tf_mask) in npfctl_bpf_tcpfl() function