Lines Matching refs:hdr
1083 swap_linux_usb_header(const struct pcap_pkthdr *hdr, u_char *buf,
1102 if (hdr->caplen < offset)
1109 if (hdr->caplen < offset)
1116 if (hdr->caplen < offset)
1121 if (hdr->caplen < offset)
1126 if (hdr->caplen < offset)
1131 if (hdr->caplen < offset)
1136 if (hdr->caplen < offset)
1142 if (hdr->caplen < offset)
1147 if (hdr->caplen < offset)
1163 if (hdr->caplen < offset)
1168 if (hdr->caplen < offset)
1173 if (hdr->caplen < offset)
1178 if (hdr->caplen < offset)
1189 if (hdr->caplen < offset)
1194 if (hdr->caplen < offset)
1199 if (hdr->caplen < offset)
1222 swap_nflog_header(const struct pcap_pkthdr *hdr, u_char *buf)
1227 u_int caplen = hdr->caplen;
1228 u_int length = hdr->len;
1277 swap_pseudo_headers(int linktype, struct pcap_pkthdr *hdr, u_char *data)
1287 swap_linux_usb_header(hdr, data, 0);
1291 swap_linux_usb_header(hdr, data, 1);
1295 swap_nflog_header(hdr, data);