gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:_IOW from t2ex/bsd_source/t2ex/network/net/src_bsd/net/bpf.h (0.01 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/net/bpf.h - 9.8KB - 282 lines
116: #define BIOCSBLEN       _IOWR('B',102, u_int)
117: #define BIOCSETF         _IOW('B',103, struct bpf_program)
118: #define BIOCFLUSH         _IO('B',104)
121: #define BIOCGETIF _IOR('B',107, struct ifreq) 122: #define BIOCSETIF _IOW('B',108, struct ifreq) 123: #define BIOCSRTIMEOUT _IOW('B',109, struct timeval) 124: #define BIOCGRTIMEOUT _IOR('B',110, struct timeval)
126: #define BIOCGSTATSOLD _IOR('B',111, struct bpf_stat_old) 127: #define BIOCIMMEDIATE _IOW('B',112, u_int) 128: #define BIOCVERSION _IOR('B',113, struct bpf_version) 129: #define BIOCSTCPF _IOW('B',114, struct bpf_program) 130: #define BIOCSUDPF _IOW('B',115, struct bpf_program) 131: #define BIOCGHDRCMPLT _IOR('B',116, u_int) 132: #define BIOCSHDRCMPLT _IOW('B',117, u_int) 133: #define BIOCSDLT _IOW('B',118, u_int) 134: #define BIOCGDLTLIST _IOWR('B',119, struct bpf_dltlist) 135: #define BIOCGSEESENT _IOR('B',120, u_int) 136: #define BIOCSSEESENT _IOW('B',121, u_int) 137: