Lines Matching full:swaplong
93 #define SWAPLONG(y) \
878 hp->thiszone = SWAPLONG(hp->thiszone);
879 hp->sigfigs = SWAPLONG(hp->sigfigs);
880 hp->snaplen = SWAPLONG(hp->snaplen);
881 hp->linktype = SWAPLONG(hp->linktype);
1011 magic = SWAPLONG(magic);
1209 hdr->caplen = SWAPLONG(sf_hdr.caplen);
1210 hdr->len = SWAPLONG(sf_hdr.len);
1211 hdr->ts.tv_sec = SWAPLONG(sf_hdr.ts.tv_sec);
1212 hdr->ts.tv_usec = SWAPLONG(sf_hdr.ts.tv_usec);