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

/freebsd-10.0-release/contrib/libpcap/
H A Dpcap-common.h15 #define SWAPLONG(y) \ macro
H A Dpcap-common.c1087 uhdr->ts_usec = SWAPLONG(uhdr->ts_usec);
1092 uhdr->status = SWAPLONG(uhdr->status);
1097 uhdr->urb_len = SWAPLONG(uhdr->urb_len);
1102 uhdr->data_len = SWAPLONG(uhdr->data_len);
1108 uhdr->s.iso.error_count = SWAPLONG(uhdr->s.iso.error_count);
1113 uhdr->s.iso.numdesc = SWAPLONG(uhdr->s.iso.numdesc);
1129 uhdr->interval = SWAPLONG(uhdr->interval);
1134 uhdr->start_frame = SWAPLONG(uhdr->start_frame);
1139 uhdr->xfer_flags = SWAPLONG(uhdr->xfer_flags);
1144 uhdr->ndesc = SWAPLONG(uhd
[all...]
H A Dsf-pcap-ng.c243 bhdr.block_type = SWAPLONG(bhdr.block_type);
244 bhdr.total_length = SWAPLONG(bhdr.total_length);
572 byte_order_magic = SWAPLONG(byte_order_magic);
580 total_length = SWAPLONG(total_length);
690 idbp->snaplen = SWAPLONG(idbp->snaplen);
813 interface_id = SWAPLONG(epbp->interface_id);
814 hdr->caplen = SWAPLONG(epbp->caplen);
815 hdr->len = SWAPLONG(epbp->len);
816 t = ((u_int64_t)SWAPLONG(epbp->timestamp_high)) << 32 |
817 SWAPLONG(epb
[all...]
H A Dsf-pcap.c141 magic = SWAPLONG(magic);
174 hdr.thiszone = SWAPLONG(hdr.thiszone);
175 hdr.sigfigs = SWAPLONG(hdr.sigfigs);
176 hdr.snaplen = SWAPLONG(hdr.snaplen);
177 hdr.linktype = SWAPLONG(hdr.linktype);
331 hdr->caplen = SWAPLONG(sf_hdr.caplen);
332 hdr->len = SWAPLONG(sf_hdr.len);
333 hdr->ts.tv_sec = SWAPLONG(sf_hdr.ts.tv_sec);
334 hdr->ts.tv_usec = SWAPLONG(sf_hdr.ts.tv_usec);
H A Dgencode.c1723 #define SWAPLONG(y) \ macro
2514 sjset_radiotap_flags->s.k = SWAPLONG(0x00000002);
2527 sjset_radiotap_tsft->s.k = SWAPLONG(0x00000001);
2672 b->s.k = SWAPLONG(DLT_IEEE802_11);
3200 proto = SWAPLONG(proto);
/freebsd-10.0-release/contrib/ipfilter/lib/
H A Dipft_pc.c65 #define SWAPLONG(y) \ macro
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(re
[all...]
/freebsd-10.0-release/contrib/tcpdump/
H A Dprint-null.c65 #define SWAPLONG(y) \ macro
111 family = SWAPLONG(family);

Completed in 118 milliseconds