Searched refs:SWAPLONG (Results 1 - 3 of 3) sorted by relevance

/external/tcpdump/
H A Dprint-null.c64 #define SWAPLONG(y) \ macro
110 family = SWAPLONG(family);
/external/libpcap/
H A Dsavefile.c93 #define SWAPLONG(y) \ macro
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_hd
[all...]
H A Dgencode.c1514 #define SWAPLONG(y) \ macro
2016 b->s.k = SWAPLONG(DLT_IEEE802_11);
2430 proto = SWAPLONG(proto);

Completed in 111 milliseconds