HomeSort by: relevance | last modified time | path
    Searched defs:NTOHS (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/hpc/stand/include/machine/
endian.h 88 uint16_t ntohs(uint16_t) __attribute__((__const__));
131 #define ntohs(x) (x) macro
136 #define NTOHS(x) (void) (x)
145 #define ntohs(x) bswap16((uint16_t)(x))
151 #define NTOHS(x) (x) = ntohs((uint16_t)(x))
  /src/sys/sys/
endian.h 73 uint16_t ntohs(uint16_t) __constfunc;
116 #define ntohs(x) __CAST(uint16_t, (x)) macro
121 #define NTOHS(x) __CAST(void, (x))
128 #define ntohs(x) bswap16(__CAST(uint16_t, (x)))
133 #define NTOHS(x) (x) = ntohs(__CAST(uint16_t, (x)))
  /src/external/bsd/libpcap/dist/
nametoaddr.c 129 #define NTOHS(x) (x) = ntohs(x)
348 tcp_port = ntohs(in4->sin_port);
354 tcp_port = ntohs(in6->sin6_port);
392 udp_port = ntohs(in4->sin_port);
398 udp_port = ntohs(in6->sin6_port);

Completed in 24 milliseconds