Lines Matching refs:bpf_u_int32
53 bpf_u_int32 block_type;
54 bpf_u_int32 total_length;
61 bpf_u_int32 total_length;
89 bpf_u_int32 byte_order_magic;
117 bpf_u_int32 snaplen;
144 bpf_u_int32 interface_id;
145 bpf_u_int32 timestamp_high;
146 bpf_u_int32 timestamp_low;
147 bpf_u_int32 caplen;
148 bpf_u_int32 len;
158 bpf_u_int32 len;
170 bpf_u_int32 timestamp_high;
171 bpf_u_int32 timestamp_low;
172 bpf_u_int32 caplen;
173 bpf_u_int32 len;
185 bpf_u_int32 block_type;
229 bpf_u_int32 ifcount; /* number of interfaces seen in this capture */
230 bpf_u_int32 ifaces_size; /* size of array below */
613 bpf_u_int32 new_ifaces_size; in add_interface()
771 bpf_u_int32 magic_int; in pcap_ng_check_header()
773 bpf_u_int32 total_length; in pcap_ng_check_header()
774 bpf_u_int32 byte_order_magic; in pcap_ng_check_header()
1108 bpf_u_int32 interface_id = 0xFFFFFFFF; in pcap_ng_next_packet()
1190 if (hdr->caplen > (bpf_u_int32)p->snapshot) in pcap_ng_next_packet()
1261 if ((bpf_u_int32)p->snapshot != in pcap_ng_next_packet()
1373 if (hdr->caplen > (bpf_u_int32)p->snapshot) { in pcap_ng_next_packet()