HomeSort by: relevance | last modified time | path
    Searched defs:SWAPLONG (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/libpcap/dist/
pcap-util.h 41 #define SWAPLONG(y) \
gencode.c 2060 #define SWAPLONG(y) \
2269 ll_proto = SWAPLONG(ll_proto);
2936 sjset_radiotap_flags_present->s.k = SWAPLONG(0x00000002);
2948 sjset_radiotap_ext_present->s.k = SWAPLONG(0x80000000);
2961 sjset_radiotap_tsft_present->s.k = SWAPLONG(0x00000001);
3148 b->s.k = SWAPLONG(DLT_IEEE802_11);
  /src/external/bsd/tcpdump/dist/
print-null.c 56 #define SWAPLONG(y) \
101 family = SWAPLONG(family);
print-enc.c 98 #define SWAPLONG(y) \
135 af = SWAPLONG(af);
136 flags = SWAPLONG(flags);
  /src/external/bsd/ipf/dist/lib/
ipft_pc.c 65 #define SWAPLONG(y) \
75 p->timezone = SWAPLONG(p->timezone);
76 p->sigfigs = SWAPLONG(p->sigfigs);
77 p->snaplen = SWAPLONG(p->snaplen);
78 p->type = SWAPLONG(p->type);
99 if (SWAPLONG(ph.id) != 0xa1b2c3d4) {
155 rec->caplen = SWAPLONG(rec->caplen);
156 rec->wirelen = SWAPLONG(rec->wirelen);
157 rec->seconds = SWAPLONG(rec->seconds);
158 rec->microseconds = SWAPLONG(rec->microseconds)
    [all...]

Completed in 25 milliseconds