/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 13 ntohs(uint16_t net16) function in typeref:typename:uint16_t
|
/src/common/lib/libc/net/ |
ntohs.c | 1 /* $NetBSD: ntohs.c,v 1.3 2012/03/21 20:02:56 he Exp $ */ 10 __RCSID("$NetBSD: ntohs.c,v 1.3 2012/03/21 20:02:56 he Exp $"); 15 #undef ntohs 18 ntohs(uint16_t x) function in typeref:typename:uint16_t
|
/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/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)))
|