HomeSort by relevance Sort by last modified time
    Searched refs:SWAPLONG (Results 1 - 6 of 6) sorted by null

  /external/libpcap/
pcap-common.h 15 #define SWAPLONG(y) \
pcap-common.c     [all...]
sf-pcap-ng.c 266 bhdr.block_type = SWAPLONG(bhdr.block_type);
267 bhdr.total_length = SWAPLONG(bhdr.total_length);
726 byte_order_magic = SWAPLONG(byte_order_magic);
734 total_length = SWAPLONG(total_length);
881 idbp->snaplen = SWAPLONG(idbp->snaplen);
990 interface_id = SWAPLONG(epbp->interface_id);
991 hdr->caplen = SWAPLONG(epbp->caplen);
992 hdr->len = SWAPLONG(epbp->len);
993 t = ((u_int64_t)SWAPLONG(epbp->timestamp_high)) << 32 |
994 SWAPLONG(epbp->timestamp_low)
    [all...]
sf-pcap.c 172 magic = SWAPLONG(magic);
207 hdr.thiszone = SWAPLONG(hdr.thiszone);
208 hdr.sigfigs = SWAPLONG(hdr.sigfigs);
209 hdr.snaplen = SWAPLONG(hdr.snaplen);
210 hdr.linktype = SWAPLONG(hdr.linktype);
434 hdr->caplen = SWAPLONG(sf_hdr.caplen);
435 hdr->len = SWAPLONG(sf_hdr.len);
436 hdr->ts.tv_sec = SWAPLONG(sf_hdr.ts.tv_sec);
437 hdr->ts.tv_usec = SWAPLONG(sf_hdr.ts.tv_usec);
gencode.c     [all...]
  /external/tcpdump/
print-null.c 63 #define SWAPLONG(y) \
109 family = SWAPLONG(family);

Completed in 186 milliseconds