Searched defs:htons (Results 1 - 9 of 9) sorted by path

/freebsd-current/contrib/tcpdump/
H A Dnetdissect-stdinc.h295 #undef htons macro
303 #define htons(x) __ntohs(x) macro
/freebsd-current/include/arpa/
H A Dinet.h171 #define htons(x) __htons(x) macro
/freebsd-current/lib/libc/net/
H A Dntoh.c41 htons(uint16_t hs) function
/freebsd-current/stand/libsa/
H A Dstand.h454 #define htons(x) __htons(x) macro
/freebsd-current/sys/contrib/openzfs/lib/libspl/include/os/linux/sys/
H A Dbyteorder.h64 #define htons(x) (x) macro
/freebsd-current/sys/dev/qlnx/qlnxe/
H A Decore_tcp_ip.h52 #define htons(val) OSAL_CPU_TO_BE16(val) macro
/freebsd-current/sys/net/
H A Dif_infiniband.c502 case htons(ETHERTYPE_ARP): function
[all...]
/freebsd-current/sys/netinet/
H A Din.h117 #define htons(x) __htons(x) macro
/freebsd-current/sys/sys/
H A Dparam.h345 #define htons(x) __htons(x) macro

Completed in 202 milliseconds