Home
last modified time | relevance | path

Searched refs:BIOCSETF64 (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.41.6/bsd/net/ !
H A Dbpf_private.h119 #define BIOCSETF64 _IOW('B',103, struct bpf_program64) macro
H A Dbpf.c1947 X(BIOCSETF64) \
2159 case BIOCSETF64: in bpfioctl()
2803 if (cmd == BIOCSETF32 || cmd == BIOCSETF64) { in bpf_setf()