Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dbpf-ipf.h115 #define BIOCSETF _IOW(B,103, struct bpf_program) macro
131 #define BIOCSETF _IOW('B',103, struct bpf_program) macro
/illumos-gate/usr/src/uts/common/io/bpf/net/
H A Dbpf.h128 #define BIOCSETF _IOW('B', 103, struct bpf_program) macro
/illumos-gate/usr/src/uts/common/io/bpf/
H A Dbpf.c912 case BIOCSETF: in bpfioctl()