Lines Matching refs:SWAPLONG
295 bhdr.block_type = SWAPLONG(bhdr.block_type); in read_block()
296 bhdr.total_length = SWAPLONG(bhdr.total_length); in read_block()
363 btrlr->total_length = SWAPLONG(btrlr->total_length); in read_block()
849 byte_order_magic = SWAPLONG(byte_order_magic); in pcap_ng_check_header()
857 total_length = SWAPLONG(total_length); in pcap_ng_check_header()
1028 idbp->snaplen = SWAPLONG(idbp->snaplen); in pcap_ng_check_header()
1145 interface_id = SWAPLONG(epbp->interface_id); in pcap_ng_next_packet()
1146 hdr->caplen = SWAPLONG(epbp->caplen); in pcap_ng_next_packet()
1147 hdr->len = SWAPLONG(epbp->len); in pcap_ng_next_packet()
1148 t = ((uint64_t)SWAPLONG(epbp->timestamp_high)) << 32 | in pcap_ng_next_packet()
1149 SWAPLONG(epbp->timestamp_low); in pcap_ng_next_packet()
1180 hdr->len = SWAPLONG(spbp->len); in pcap_ng_next_packet()
1211 hdr->caplen = SWAPLONG(pbp->caplen); in pcap_ng_next_packet()
1212 hdr->len = SWAPLONG(pbp->len); in pcap_ng_next_packet()
1213 t = ((uint64_t)SWAPLONG(pbp->timestamp_high)) << 32 | in pcap_ng_next_packet()
1214 SWAPLONG(pbp->timestamp_low); in pcap_ng_next_packet()
1239 idbp->snaplen = SWAPLONG(idbp->snaplen); in pcap_ng_next_packet()
1293 SWAPLONG(shbp->byte_order_magic); in pcap_ng_next_packet()
1311 case SWAPLONG(BYTE_ORDER_MAGIC): in pcap_ng_next_packet()