Lines Matching refs:u_int
68 u_int bf_len;
76 u_int bs_recv; /* number of packets received */
77 u_int bs_drop; /* number of packets dropped */
120 #define BIOCGBLEN _IOR('B', 102, u_int)
121 #define BIOCSBLEN _IOWR('B', 102, u_int)
125 #define BIOCGDLT _IOR('B', 106, u_int)
131 #define BIOCIMMEDIATE _IOW('B', 112, u_int)
133 #define BIOCGRSIG _IOR('B', 114, u_int)
134 #define BIOCSRSIG _IOW('B', 115, u_int)
135 #define BIOCGHDRCMPLT _IOR('B', 116, u_int)
136 #define BIOCSHDRCMPLT _IOW('B', 117, u_int)
137 #define BIOCGDIRECTION _IOR('B', 118, u_int)
138 #define BIOCSDIRECTION _IOW('B', 119, u_int)
139 #define BIOCSDLT _IOW('B', 120, u_int)
143 #define BIOCFEEDBACK _IOW('B', 124, u_int)
144 #define BIOCGETBUFMODE _IOR('B', 125, u_int)
145 #define BIOCSETBUFMODE _IOW('B', 126, u_int)
150 #define BIOCGTSTAMP _IOR('B', 131, u_int)
151 #define BIOCSTSTAMP _IOW('B', 132, u_int)
152 #define BIOCSETVLANPCP _IOW('B', 133, u_int)
231 volatile u_int bzh_kernel_gen; /* Kernel generation number. */
232 volatile u_int bzh_kernel_len; /* Length of data in the buffer. */
233 volatile u_int bzh_user_gen; /* User generation number. */
234 u_int _bzh_pad[5];
377 u_int bfl_len; /* number of bfd_list array */
378 u_int *bfl_list; /* array of DLTs */
419 void bpf_tap(struct bpf_if *, u_char *, u_int);
420 void bpf_tap_if(struct ifnet *, u_char *, u_int);
423 void bpf_mtap2(struct bpf_if *, void *, u_int, struct mbuf *);
424 void bpf_mtap2_if(struct ifnet *, void *, u_int, struct mbuf *);
425 void bpfattach(struct ifnet *, u_int, u_int);
426 void bpfattach2(struct ifnet *, u_int, u_int, struct bpf_if **);
430 int bpf_get_bp_params(struct bpf_if *, u_int *, u_int *);
435 u_int bpf_filter(const struct bpf_insn *, u_char *, u_int, u_int);