Home
last modified time | relevance | path

Searched defs:htons (Results 1 – 8 of 8) sorted by relevance

/freebsd/lib/libc/net/
H A Dntoh.c41 htons(uint16_t hs) in htons() function
/freebsd/include/arpa/
H A Dinet.h171 #define htons(x) __htons(x) macro
/freebsd/contrib/tcpdump/
H A Dnetdissect-stdinc.h303 #define htons(x) __ntohs(x) macro
/freebsd/sys/contrib/openzfs/lib/libspl/include/os/linux/sys/
H A Dbyteorder.h64 #define htons(x) (x) macro
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_tcp_ip.h52 #define htons(val) OSAL_CPU_TO_BE16(val) macro
/freebsd/sys/sys/
H A Dparam.h345 #define htons(x) __htons(x) macro
/freebsd/stand/libsa/
H A Dstand.h454 #define htons(x) __htons(x) macro
/freebsd/sys/netinet/
H A Din.h117 #define htons(x) __htons(x) macro