Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/net/
H A Dbpf.h161 struct bpf_program32 { struct
206 #define BIOCSETF32 _IOW('B',103, struct bpf_program32)
243 #define BIOCSETFNR32 _IOW('B',126, struct bpf_program32)
H A Dbpf.c1746 struct bpf_program32 prg32; in bpfioctl()