/src/common/lib/libc/arch/m68k/net/ |
htonl.S | 1 /* $NetBSD: htonl.S,v 1.3 2013/07/16 23:24:19 matt Exp $ */ 40 RCSID("from: @(#)htonl.s 5.1 (Berkeley) 5/12/90") 42 RCSID("$NetBSD: htonl.S,v 1.3 2013/07/16 23:24:19 matt Exp $") 46 /* netorder = htonl(hostorder) */ 48 ENTRY(htonl) function 51 END(htonl)
|
/src/common/lib/libc/arch/sparc/net/ |
htonl.S | 1 /* $NetBSD: htonl.S,v 1.1 2005/12/20 19:28:50 christos Exp $ */ 35 * from: Header: htonl.s,v 1.1 92/06/25 12:47:05 torek Exp 41 .asciz "@(#)htonl.s 8.1 (Berkeley) 6/4/93" 43 RCSID("$NetBSD: htonl.S,v 1.1 2005/12/20 19:28:50 christos Exp $") 47 /* netorder = htonl(hostorder) */ 50 ENTRY(htonl) function
|
/src/common/lib/libc/arch/sparc64/net/ |
htonl.S | 1 /* $NetBSD: htonl.S,v 1.1 2005/12/20 19:28:50 christos Exp $ */ 35 * from: Header: htonl.s,v 1.1 92/06/25 12:47:05 torek Exp 41 .asciz "@(#)htonl.s 8.1 (Berkeley) 6/4/93" 43 RCSID("$NetBSD: htonl.S,v 1.1 2005/12/20 19:28:50 christos Exp $") 47 /* netorder = htonl(hostorder) */ 50 ENTRY(htonl) function
|
/src/lib/libc/net/ |
Lint_htonl.c | 9 #undef htonl 13 htonl(uint32_t host32) function in typeref:typename:uint32_t
|
/src/common/lib/libc/net/ |
htonl.c | 1 /* $NetBSD: htonl.c,v 1.3 2012/03/21 20:02:56 he Exp $ */ 10 __RCSID("$NetBSD: htonl.c,v 1.3 2012/03/21 20:02:56 he Exp $"); 15 #undef htonl 18 htonl(uint32_t x) function in typeref:typename:uint32_t
|
/src/lib/libc/arch/sh3/net/ |
htonl.c | 1 /* $NetBSD: htonl.c,v 1.3 2005/12/24 23:10:08 perry Exp $ */ 34 * from: @(#)htonl.s 5.2 (Berkeley) 12/17/90 40 __RCSID("$NetBSD: htonl.c,v 1.3 2005/12/24 23:10:08 perry Exp $"); 43 /* hostorder = htonl(netorder) */ 46 htonl(x) function
|
/src/lib/libc/arch/vax/gen/ |
byte_swap_4.S | 33 /* .asciz "@(#)htonl.s 8.1 (Berkeley) 6/4/93" */ 38 ALTENTRY(htonl) function
|
/src/sys/lib/libkern/arch/sh3/ |
byte_swap_4.S | 38 ALTENTRY(htonl) function 47 ALTENTRY(htonl) function
|
/src/sys/arch/hpc/stand/include/machine/ |
endian.h | 85 uint32_t htonl(uint32_t) __attribute__((__const__)); 132 #define htonl(x) (x) macro 137 #define HTONL(x) (void) (x) 146 #define htonl(x) bswap32((uint32_t)(x)) 152 #define HTONL(x) (x) = htonl((uint32_t)(x))
|
/src/sys/sys/ |
endian.h | 70 uint32_t htonl(uint32_t) __constfunc; 117 #define htonl(x) __CAST(uint32_t, (x)) macro 122 #define HTONL(x) __CAST(void, (x)) 129 #define htonl(x) bswap32(__CAST(uint32_t, (x))) 134 #define HTONL(x) (x) = htonl(__CAST(uint32_t, (x)))
|