Searched refs:SWAPLONG (Results 1 – 1 of 1) sorted by relevance
62 #define SWAPLONG(y) \ macro97 hp->thiszone = SWAPLONG(hp->thiszone); in swap_hdr()98 hp->sigfigs = SWAPLONG(hp->sigfigs); in swap_hdr()99 hp->snaplen = SWAPLONG(hp->snaplen); in swap_hdr()100 hp->linktype = SWAPLONG(hp->linktype); in swap_hdr()152 if (SWAPLONG(hdr.magic) != TCPDUMP_MAGIC) { in pcap_fopen_offline()227 hdr->caplen = SWAPLONG(hdr->caplen); in sf_next_packet()228 hdr->len = SWAPLONG(hdr->len); in sf_next_packet()229 hdr->ts.tv_sec = SWAPLONG(hdr->ts.tv_sec); in sf_next_packet()230 hdr->ts.tv_usec = SWAPLONG(hdr->ts.tv_usec); in sf_next_packet()