Searched refs:_PATH_BPF (Results 1 – 5 of 5) sorted by relevance
61 #ifdef _PATH_BPF in initdevice()62 char *bpfname = _PATH_BPF; in initdevice()
50 #define _PATH_BPF "/dev/bpf" macro194 if ((bpf = open(_PATH_BPF, O_RDWR)) == -1) in main()
47 #define _PATH_BPF "/dev/bpf%d" macro
99 (void) sprintf(bpfdev, _PATH_BPF, n++); in BpfOpen()
60 { _PATH_BPF, PATH_DEV | PATH_ROOT },