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

/macosx-10.10.1/libpcap-48/libpcap/
H A Dpcap-common.h17 #define SWAPSHORT(y) \ macro
H A Dpcapng.c520 opthdr->option_code = SWAPSHORT(opthdr->option_code);
521 opthdr->option_length = SWAPSHORT(opthdr->option_length);
1059 shbp->major_version = SWAPSHORT(shbp->major_version);
1060 shbp->minor_version = SWAPSHORT(shbp->minor_version);
1078 idbp->linktype = SWAPSHORT(idbp->linktype);
1079 idbp->reserved = SWAPSHORT(idbp->reserved);
1097 isbp->interface_id = SWAPSHORT(isbp->interface_id);
1180 pbp->interface_id = SWAPSHORT(pbp->interface_id);
1181 pbp->drops_count = SWAPSHORT(pbp->drops_count);
1208 pibp->process_id = SWAPSHORT(rawpi
[all...]
H A Dsf-pcap-ng.c412 opthdr->option_code = SWAPSHORT(opthdr->option_code);
413 opthdr->option_length = SWAPSHORT(opthdr->option_length);
867 shbp->major_version = SWAPSHORT(shbp->major_version);
868 shbp->minor_version = SWAPSHORT(shbp->minor_version);
920 idbp->linktype = SWAPSHORT(idbp->linktype);
1126 interface_id = SWAPSHORT(pbp->interface_id);
1154 idbp->linktype = SWAPSHORT(idbp->linktype);
1205 SWAPSHORT(shbp->major_version);
H A Dsf-pcap.c205 hdr.version_major = SWAPSHORT(hdr.version_major);
206 hdr.version_minor = SWAPSHORT(hdr.version_minor);
H A Dpcap-common.c1114 uhdr->bus_id = SWAPSHORT(uhdr->bus_id);
/macosx-10.10.1/libpcap-48/libpcap/tests/ngofflinereadtest/
H A Dngofflinereadtest.c533 #define SWAPSHORT(y) \ macro
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dinterface.h104 #define SWAPSHORT(y) \ macro

Completed in 311 milliseconds