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

/freebsd-11-stable/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-11-stable/contrib/libpcap/
H A Dsf-pcapng.c294 bhdr.block_type = SWAPLONG(bhdr.block_type);
295 bhdr.total_length = SWAPLONG(bhdr.total_length);
362 btrlr->total_length = SWAPLONG(btrlr->total_length);
845 byte_order_magic = SWAPLONG(byte_order_magic);
853 total_length = SWAPLONG(total_length);
1010 idbp->snaplen = SWAPLONG(idbp->snaplen);
1128 interface_id = SWAPLONG(epbp->interface_id);
1129 hdr->caplen = SWAPLONG(epbp->caplen);
1130 hdr->len = SWAPLONG(epbp->len);
1131 t = ((uint64_t)SWAPLONG(epb
[all...]
H A Dsf-pcap.c177 magic_int = SWAPLONG(magic_int);
211 hdr.thiszone = SWAPLONG(hdr.thiszone);
212 hdr.sigfigs = SWAPLONG(hdr.sigfigs);
213 hdr.snaplen = SWAPLONG(hdr.snaplen);
214 hdr.linktype = SWAPLONG(hdr.linktype);
477 hdr->caplen = SWAPLONG(sf_hdr.caplen);
478 hdr->len = SWAPLONG(sf_hdr.len);
479 hdr->ts.tv_sec = SWAPLONG(sf_hdr.ts.tv_sec);
480 hdr->ts.tv_usec = SWAPLONG(sf_hdr.ts.tv_usec);
1010 case SWAPLONG(TCPDUMP_MAGI
[all...]
H A Dpcap-common.h37 #define SWAPLONG(y) \ macro
H A Dpcap-common.c1340 chdr->can_id = SWAPLONG(chdr->can_id);
1391 uhdr->ts_usec = SWAPLONG(uhdr->ts_usec);
1396 uhdr->status = SWAPLONG(uhdr->status);
1401 uhdr->urb_len = SWAPLONG(uhdr->urb_len);
1406 uhdr->data_len = SWAPLONG(uhdr->data_len);
1412 uhdr->s.iso.error_count = SWAPLONG(uhdr->s.iso.error_count);
1417 uhdr->s.iso.numdesc = SWAPLONG(uhdr->s.iso.numdesc);
1444 uhdr->interval = SWAPLONG(uhdr->interval);
1449 uhdr->start_frame = SWAPLONG(uhdr->start_frame);
1454 uhdr->xfer_flags = SWAPLONG(uhd
[all...]
H A Dgencode.c1946 #define SWAPLONG(y) \ macro
2157 proto = SWAPLONG(proto);
2773 sjset_radiotap_flags_present->s.k = SWAPLONG(0x00000002);
2785 sjset_radiotap_ext_present->s.k = SWAPLONG(0x80000000);
2798 sjset_radiotap_tsft_present->s.k = SWAPLONG(0x00000001);
2981 b->s.k = SWAPLONG(DLT_IEEE802_11);
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-null.c52 #define SWAPLONG(y) \ macro
98 family = SWAPLONG(family);

Completed in 150 milliseconds