/src/common/lib/libc/arch/m68k/net/ |
htons.S | 1 /* $NetBSD: htons.S,v 1.3 2013/07/16 23:24:19 matt Exp $ */ 40 RCSID("from: @(#)htons.s 5.1 (Berkeley) 5/12/90") 42 RCSID("$NetBSD: htons.S,v 1.3 2013/07/16 23:24:19 matt Exp $") 46 /* hostorder = htons(netorder) */ 48 ENTRY(htons) function 52 END(htons)
|
/src/common/lib/libc/arch/sparc/net/ |
htons.S | 1 /* $NetBSD: htons.S,v 1.1 2005/12/20 19:28:50 christos Exp $ */ 35 * from: Header: htons.s,v 1.1 92/06/25 12:47:05 torek Exp 41 .asciz "@(#)htons.s 8.1 (Berkeley) 6/4/93" 43 RCSID("$NetBSD: htons.S,v 1.1 2005/12/20 19:28:50 christos Exp $") 47 /* netorder = htons(hostorder) */ 48 ENTRY(htons) function
|
/src/common/lib/libc/arch/sparc64/net/ |
htons.S | 1 /* $NetBSD: htons.S,v 1.1 2005/12/20 19:28:50 christos Exp $ */ 35 * from: Header: htons.s,v 1.1 92/06/25 12:47:05 torek Exp 41 .asciz "@(#)htons.s 8.1 (Berkeley) 6/4/93" 43 RCSID("$NetBSD: htons.S,v 1.1 2005/12/20 19:28:50 christos Exp $") 47 /* netorder = htons(hostorder) */ 48 ENTRY(htons) function
|
/src/lib/libc/arch/sh3/net/ |
htons.c | 1 /* $NetBSD: htons.c,v 1.3 2005/12/24 23:10:08 perry Exp $ */ 40 __RCSID("$NetBSD: htons.c,v 1.3 2005/12/24 23:10:08 perry Exp $"); 43 /* netorder = htons(hostorder) */ 46 htons(x) function
|
/src/lib/libc/net/ |
Lint_htons.c | 9 #undef htons 13 htons(uint16_t host16) function in typeref:typename:uint16_t
|
/src/common/lib/libc/net/ |
htons.c | 1 /* $NetBSD: htons.c,v 1.3 2012/03/21 20:02:56 he Exp $ */ 10 __RCSID("$NetBSD: htons.c,v 1.3 2012/03/21 20:02:56 he Exp $"); 15 #undef htons 18 htons(uint16_t x) function in typeref:typename:uint16_t
|
/src/lib/libc/arch/vax/gen/ |
byte_swap_2.S | 33 /* .asciz "@(#)htons.s 8.1 (Berkeley) 6/4/93" */ 38 ALTENTRY(htons) function
|
/src/sys/lib/libkern/arch/sh3/ |
byte_swap_2.S | 38 ALTENTRY(htons) function 46 ALTENTRY(htons) function
|
/src/sys/arch/hpc/stand/include/machine/ |
endian.h | 86 uint16_t htons(uint16_t) __attribute__((__const__)); 133 #define htons(x) (x) macro 138 #define HTONS(x) (void) (x) 147 #define htons(x) bswap16((uint16_t)(x)) 153 #define HTONS(x) (x) = htons((uint16_t)(x))
|
/src/sys/sys/ |
endian.h | 71 uint16_t htons(uint16_t) __constfunc; 118 #define htons(x) __CAST(uint16_t, (x)) macro 123 #define HTONS(x) __CAST(void, (x)) 130 #define htons(x) bswap16(__CAST(uint16_t, (x))) 135 #define HTONS(x) (x) = htons(__CAST(uint16_t, (x)))
|