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

/freebsd-10.3-release/contrib/libpcap/
H A Dpcap-common.h17 #define SWAPSHORT(y) \ macro
H A Dsf-pcap-ng.c350 opthdr->option_code = SWAPSHORT(opthdr->option_code);
351 opthdr->option_length = SWAPSHORT(opthdr->option_length);
634 shbp->major_version = SWAPSHORT(shbp->major_version);
635 shbp->minor_version = SWAPSHORT(shbp->minor_version);
689 idbp->linktype = SWAPSHORT(idbp->linktype);
878 interface_id = SWAPSHORT(pbp->interface_id);
906 idbp->linktype = SWAPSHORT(idbp->linktype);
984 SWAPSHORT(shbp->major_version);
H A Dsf-pcap.c172 hdr.version_major = SWAPSHORT(hdr.version_major);
173 hdr.version_minor = SWAPSHORT(hdr.version_minor);
H A Dpcap-common.c1075 uhdr->bus_id = SWAPSHORT(uhdr->bus_id);
/freebsd-10.3-release/contrib/ipfilter/lib/
H A Dipft_pc.c67 #define SWAPSHORT(y) \ macro
73 p->major = SWAPSHORT(p->major);
74 p->minor = SWAPSHORT(p->minor);

Completed in 114 milliseconds