Lines Matching refs:u_int
137 u_int bf_len;
145 u_int bs_recv; /* number of packets received */
146 u_int bs_drop; /* number of packets dropped */
176 #define BIOCGBLEN _IOR('B',102, u_int)
177 #define BIOCSBLEN _IOWR('B',102, u_int)
181 #define BIOCGDLT _IOR('B',106, u_int)
187 #define BIOCIMMEDIATE _IOW('B',112, u_int)
189 #define BIOCGRSIG _IOR('B',114, u_int)
190 #define BIOCSRSIG _IOW('B',115, u_int)
191 #define BIOCGHDRCMPLT _IOR('B',116, u_int)
192 #define BIOCSHDRCMPLT _IOW('B',117, u_int)
193 #define BIOCGSEESENT _IOR('B',118, u_int)
194 #define BIOCSSEESENT _IOW('B',119, u_int)
195 #define BIOCSDLT _IOW('B',120, u_int)
1317 extern void bpfattach(ifnet_t interface, u_int data_link_type,
1318 u_int header_length);