Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dbpf_private.h102 struct bpf_program32 { struct
120 #define BIOCSETF32 _IOW('B',103, struct bpf_program32) argument
132 #define BIOCSETFNR32 _IOW('B',126, struct bpf_program32)
H A Dbpf.c2151 struct bpf_program32 prg32; in bpfioctl()