gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:_IOR from t2ex/bsd_source/t2ex/network/net/src_bsd/net/bpf.h (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/net/bpf.h - 9.8KB - 282 lines
114:  */
115: #define BIOCGBLEN        _IOR('B',102, u_int)
116: #define BIOCSBLEN       _IOWR('B',102, u_int)
119: #define BIOCPROMISC _IO('B',105) 120: #define BIOCGDLT _IOR('B',106, u_int) 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) 125: #define BIOCGSTATS _IOR('B',111, struct bpf_stat) 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)
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)