Lines Matching refs:bpf_u_int32
54 bpf_u_int32 block_type;
55 bpf_u_int32 total_length;
62 bpf_u_int32 total_length;
90 bpf_u_int32 byte_order_magic;
118 bpf_u_int32 snaplen;
145 bpf_u_int32 interface_id;
146 bpf_u_int32 timestamp_high;
147 bpf_u_int32 timestamp_low;
148 bpf_u_int32 caplen;
149 bpf_u_int32 len;
159 bpf_u_int32 len;
171 bpf_u_int32 timestamp_high;
172 bpf_u_int32 timestamp_low;
173 bpf_u_int32 caplen;
174 bpf_u_int32 len;
186 bpf_u_int32 block_type;
230 bpf_u_int32 ifcount; /* number of interfaces seen in this capture */
231 bpf_u_int32 ifaces_size; /* size of array below */
614 bpf_u_int32 new_ifaces_size; in add_interface()
772 bpf_u_int32 magic_int; in pcap_ng_check_header()
774 bpf_u_int32 total_length; in pcap_ng_check_header()
775 bpf_u_int32 byte_order_magic; in pcap_ng_check_header()
1109 bpf_u_int32 interface_id = 0xFFFFFFFF; in pcap_ng_next_packet()
1191 if (hdr->caplen > (bpf_u_int32)p->snapshot) in pcap_ng_next_packet()
1262 if ((bpf_u_int32)p->snapshot != in pcap_ng_next_packet()
1374 if (hdr->caplen > (bpf_u_int32)p->snapshot) { in pcap_ng_next_packet()