Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/ipf/bin/ipftest/
Dbpf-ipf.h70 #define BPF_MINBUFSIZE 32 macro
/netbsd/src/sys/net/
Dbpf.h70 #define BPF_MINBUFSIZE 32 macro
Dbpf.c1068 else if (size < BPF_MINBUFSIZE) in bpf_ioctl()
1069 *(u_int *)addr = size = BPF_MINBUFSIZE; in bpf_ioctl()
2421 if (newsize < BPF_MINBUFSIZE || newsize > BPF_MAXBUFSIZE) in sysctl_net_bpf_maxbufsize()