Home
last modified time | relevance | path

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

/freebsd/lib/libc/net/
H A Dntoh.c55 ntohs(uint16_t ns) in ntohs() function
/freebsd/include/arpa/
H A Dinet.h173 #define ntohs(x) __ntohs(x) macro
/freebsd/contrib/tcpdump/
H A Dnetdissect-stdinc.h301 #define ntohs(x) __ntohs(x) macro
/freebsd/sys/contrib/openzfs/lib/libspl/include/os/linux/sys/
H A Dbyteorder.h62 #define ntohs(x) (x) macro
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_tcp_ip.h56 #define ntohs(val) OSAL_BE16_TO_CPU(val) macro
/freebsd/sys/sys/
H A Dparam.h356 #define ntohs(x) __ntohs(x) macro
/freebsd/stand/libsa/
H A Dstand.h461 #define ntohs(x) __ntohs(x) macro
/freebsd/sys/netinet/
H A Din.h119 #define ntohs(x) __ntohs(x) macro