Home
last modified time | relevance | path

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

/dragonfly/contrib/libpcap/
H A Dpcap-common.c1432 chdr->can_id = SWAPLONG(chdr->can_id); in swap_linux_sll_header()
1483 uhdr->ts_usec = SWAPLONG(uhdr->ts_usec); in swap_linux_usb_header()
1488 uhdr->status = SWAPLONG(uhdr->status); in swap_linux_usb_header()
1493 uhdr->urb_len = SWAPLONG(uhdr->urb_len); in swap_linux_usb_header()
1498 uhdr->data_len = SWAPLONG(uhdr->data_len); in swap_linux_usb_header()
1536 uhdr->interval = SWAPLONG(uhdr->interval); in swap_linux_usb_header()
1541 uhdr->start_frame = SWAPLONG(uhdr->start_frame); in swap_linux_usb_header()
1546 uhdr->xfer_flags = SWAPLONG(uhdr->xfer_flags); in swap_linux_usb_header()
1551 uhdr->ndesc = SWAPLONG(uhdr->ndesc); in swap_linux_usb_header()
1563 pisodesc->status = SWAPLONG(pisodesc->status); in swap_linux_usb_header()
[all …]
H A Dsf-pcapng.c296 bhdr.block_type = SWAPLONG(bhdr.block_type); in read_block()
858 total_length = SWAPLONG(total_length); in pcap_ng_check_header()
1147 hdr->caplen = SWAPLONG(epbp->caplen); in pcap_ng_next_packet()
1148 hdr->len = SWAPLONG(epbp->len); in pcap_ng_next_packet()
1150 SWAPLONG(epbp->timestamp_low); in pcap_ng_next_packet()
1181 hdr->len = SWAPLONG(spbp->len); in pcap_ng_next_packet()
1212 hdr->caplen = SWAPLONG(pbp->caplen); in pcap_ng_next_packet()
1213 hdr->len = SWAPLONG(pbp->len); in pcap_ng_next_packet()
1215 SWAPLONG(pbp->timestamp_low); in pcap_ng_next_packet()
1294 SWAPLONG(shbp->byte_order_magic); in pcap_ng_next_packet()
[all …]
H A Dsf-pcap.c177 magic_int = SWAPLONG(magic_int); in pcap_check_header()
211 hdr.thiszone = SWAPLONG(hdr.thiszone); in pcap_check_header()
212 hdr.sigfigs = SWAPLONG(hdr.sigfigs); in pcap_check_header()
213 hdr.snaplen = SWAPLONG(hdr.snaplen); in pcap_check_header()
214 hdr.linktype = SWAPLONG(hdr.linktype); in pcap_check_header()
476 hdr->caplen = SWAPLONG(sf_hdr.caplen); in pcap_next_packet()
477 hdr->len = SWAPLONG(sf_hdr.len); in pcap_next_packet()
1019 case SWAPLONG(TCPDUMP_MAGIC): in pcap_dump_open_append()
1020 case SWAPLONG(NSEC_TCPDUMP_MAGIC): in pcap_dump_open_append()
1027 case SWAPLONG(KUZNETZOV_TCPDUMP_MAGIC): in pcap_dump_open_append()
[all …]
H A Dpcap-common.h37 #define SWAPLONG(y) \ macro
H A Dgencode.c1960 #define SWAPLONG(y) \ macro
2169 ll_proto = SWAPLONG(ll_proto); in gen_loopback_linktype()
2783 sjset_radiotap_flags_present->s.k = SWAPLONG(0x00000002); in gen_load_802_11_header_len()
2795 sjset_radiotap_ext_present->s.k = SWAPLONG(0x80000000); in gen_load_802_11_header_len()
2808 sjset_radiotap_tsft_present->s.k = SWAPLONG(0x00000001); in gen_load_802_11_header_len()
2991 b->s.k = SWAPLONG(DLT_IEEE802_11); in gen_ppi_dlt_check()
/dragonfly/contrib/tcpdump/
H A Dprint-enc.c95 #define SWAPLONG(y) \ macro
133 af = SWAPLONG(af); in enc_if_print()
134 flags = SWAPLONG(flags); in enc_if_print()
H A Dprint-null.c53 #define SWAPLONG(y) \ macro
98 family = SWAPLONG(family); in null_if_print()