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

  /external/libpcap/
pcap-common.h 17 #define SWAPSHORT(y) \
pcap-common.c     [all...]
sf-pcap-ng.c 382 opthdr->option_code = SWAPSHORT(opthdr->option_code);
383 opthdr->option_length = SWAPSHORT(opthdr->option_length);
888 shbp->major_version = SWAPSHORT(shbp->major_version);
889 shbp->minor_version = SWAPSHORT(shbp->minor_version);
943 idbp->linktype = SWAPSHORT(idbp->linktype);
1130 interface_id = SWAPSHORT(pbp->interface_id);
1158 idbp->linktype = SWAPSHORT(idbp->linktype);
1209 SWAPSHORT(shbp->major_version);
    [all...]
sf-pcap.c 205 hdr.version_major = SWAPSHORT(hdr.version_major);
206 hdr.version_minor = SWAPSHORT(hdr.version_minor);
  /libcore/ojluni/src/main/native/
Bits.c 66 #define SWAPSHORT(x) ((jshort)(((x) << 8) | (((x) >> 8) & 0xff)))
67 #define SWAPINT(x) ((jint)((SWAPSHORT((jshort)(x)) << 16) | \
68 (SWAPSHORT((jshort)((x) >> 16)) & 0xffff)))
99 *dstShort++ = SWAPSHORT(tmpShort);
134 *dstShort++ = SWAPSHORT(tmpShort);

Completed in 210 milliseconds