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

  /external/libpcap/
pcap-common.h 15 #define SWAPLONG(y) \
pcap-common.c     [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);
457 hdr->caplen = SWAPLONG(sf_hdr.caplen);
458 hdr->len = SWAPLONG(sf_hdr.len);
459 hdr->ts.tv_sec = SWAPLONG(sf_hdr.ts.tv_sec);
460 hdr->ts.tv_usec = SWAPLONG(sf_hdr.ts.tv_usec);
856 case SWAPLONG(TCPDUMP_MAGIC)
    [all...]
sf-pcap-ng.c 272 bhdr.block_type = SWAPLONG(bhdr.block_type);
273 bhdr.total_length = SWAPLONG(bhdr.total_length);
787 byte_order_magic = SWAPLONG(byte_order_magic);
795 total_length = SWAPLONG(total_length);
944 idbp->snaplen = SWAPLONG(idbp->snaplen);
1065 interface_id = SWAPLONG(epbp->interface_id);
1066 hdr->caplen = SWAPLONG(epbp->caplen);
1067 hdr->len = SWAPLONG(epbp->len);
1068 t = ((u_int64_t)SWAPLONG(epbp->timestamp_high)) << 32 |
1069 SWAPLONG(epbp->timestamp_low)
    [all...]
gencode.c     [all...]
  /external/tcpdump/
print-null.c 52 #define SWAPLONG(y) \
98 family = SWAPLONG(family);
  /libcore/ojluni/src/main/native/
Bits.c 69 #define SWAPLONG(x) ((jlong)(((jlong)SWAPINT((jint)(x)) << 32) | \
239 *dstLong++ = SWAPLONG(tmpLong);
274 *dstLong++ = SWAPLONG(tmpLong);

Completed in 916 milliseconds