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

  /src/common/lib/libc/arch/m68k/net/
ntohs.S 1 /* $NetBSD: ntohs.S,v 1.3 2013/07/16 23:24:19 matt Exp $ */
40 RCSID("from: @(#)ntohs.s 5.1 (Berkeley) 5/12/90")
42 RCSID("$NetBSD: ntohs.S,v 1.3 2013/07/16 23:24:19 matt Exp $")
46 /* hostorder = ntohs(netorder) */
48 ENTRY(ntohs) function
52 END(ntohs)
  /src/common/lib/libc/arch/sparc/net/
ntohs.S 1 /* $NetBSD: ntohs.S,v 1.1 2005/12/20 19:28:50 christos Exp $ */
35 * from: Header: ntohs.s,v 1.1 92/06/25 12:47:07 torek Exp
41 .asciz "@(#)ntohs.s 8.1 (Berkeley) 6/4/93"
43 RCSID("$NetBSD: ntohs.S,v 1.1 2005/12/20 19:28:50 christos Exp $")
47 /* hostorder = ntohs(netorder) */
49 ENTRY(ntohs) function
  /src/common/lib/libc/arch/sparc64/net/
ntohs.S 1 /* $NetBSD: ntohs.S,v 1.1 2005/12/20 19:28:50 christos Exp $ */
35 * from: Header: ntohs.s,v 1.1 92/06/25 12:47:07 torek Exp
41 .asciz "@(#)ntohs.s 8.1 (Berkeley) 6/4/93"
43 RCSID("$NetBSD: ntohs.S,v 1.1 2005/12/20 19:28:50 christos Exp $")
47 /* hostorder = ntohs(netorder) */
49 ENTRY(ntohs) function
  /src/lib/libc/arch/sh3/net/
ntohs.c 1 /* $NetBSD: ntohs.c,v 1.3 2005/12/24 23:10:08 perry Exp $ */
40 __RCSID("$NetBSD: ntohs.c,v 1.3 2005/12/24 23:10:08 perry Exp $");
43 /* hostorder = ntohs(netorder) */
46 ntohs(x) function
  /src/lib/libc/net/
Lint_ntohs.c 9 #undef ntohs macro
13 ntohs(uint16_t net16) function
  /src/common/lib/libc/net/
ntohs.c 1 /* $NetBSD: ntohs.c,v 1.4 2026/01/09 08:01:11 skrll Exp $ */
10 __RCSID("$NetBSD: ntohs.c,v 1.4 2026/01/09 08:01:11 skrll Exp $");
16 #undef ntohs macro
19 ntohs(uint16_t x) function
  /src/lib/libc/arch/vax/gen/
byte_swap_2.S 37 ALTENTRY(ntohs) function
  /src/sys/lib/libkern/arch/sh3/
byte_swap_2.S 37 ALTENTRY(ntohs) function
45 ENTRY(ntohs) function
  /src/external/gpl3/gcc/dist/fixincludes/tests/base/netinet/
in.h 19 #define ntohs(x) (x) macro
  /src/external/gpl3/gcc.old/dist/fixincludes/tests/base/netinet/
in.h 19 #define ntohs(x) (x) macro
  /src/external/bsd/libbind/dist/include/arpa/
inet.h 120 #define ntohs(x) (x) macro
  /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/tcpdump/dist/
netdissect-stdinc.h 278 #undef ntohs macro
286 #define ntohs(x) __ntohs(x) macro

Completed in 49 milliseconds