HomeSort by: relevance | last modified time | path
    Searched refs:htonl (Results 1 - 25 of 535) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/sys/lib/libkern/arch/alpha/
htonl.S 1 /* $NetBSD: htonl.S,v 1.1 1996/04/17 22:46:41 cgd Exp $ */
30 #define NAME htonl
  /src/sys/lib/libkern/arch/ia64/
htonl.S 1 /* $NetBSD: htonl.S,v 1.1 2006/04/07 13:57:43 cherry Exp $ */
30 #define NAME htonl
  /src/lib/libc/net/
Lint_htonl.c 9 #undef htonl macro
13 htonl(uint32_t host32) function
  /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/external/bsd/mdocml/dist/
test-ntohl.c 6 return htonl(ntohl(0x3a7d0cdb)) != 0x3a7d0cdb;
  /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/external/bsd/ipf/dist/lib/
fill6bits.c 34 msk[3] = htonl(msk[3] << (128 - bits));
37 msk[2] = htonl(msk[2] << (96 - bits));
41 msk[1] = htonl(msk[1] << (64 - bits));
46 msk[0] = htonl(msk[0] << (32 - bits));
gethost.c 25 hostp->in4.s_addr = htonl(0xfedcba98);
29 hostp->i6[0] = htonl(0xfe80aa55);
30 hostp->i6[1] = htonl(0x12345678);
31 hostp->i6[2] = htonl(0x5a5aa5a5);
32 hostp->i6[3] = htonl(0xfedcba98);
54 hostp->in4.s_addr = htonl(n->n_net & 0xffffffff);
  /src/external/gpl3/gcc/dist/fixincludes/tests/base/netinet/
in.h 20 #define htonl(x) (x) macro
  /src/external/gpl3/gcc.old/dist/fixincludes/tests/base/netinet/
in.h 20 #define htonl(x) (x) macro
  /src/common/lib/libc/net/
htonl.c 1 /* $NetBSD: htonl.c,v 1.5 2026/01/09 08:02:09 skrll Exp $ */
10 __RCSID("$NetBSD: htonl.c,v 1.5 2026/01/09 08:02:09 skrll Exp $");
16 #undef htonl macro
19 htonl(uint32_t x) function
  /src/external/bsd/tmux/dist/compat/
htonll.c 28 b = htonl (v & 0xffffffff);
29 t = htonl (v >> 32);
  /src/sys/fs/nfs/common/
old_xdr_subs.h 44 * These use the MACHINE DEPENDENT routines ntohl, htonl
47 * To simplify the implementation, we use ntohl/htonl even on big-endian
54 #define txdr_unsigned(v) (htonl((int32_t)(v)))
66 ((struct nfsv2_time *)(t))->nfsv2_sec = htonl((f)->tv_sec); \
68 ((struct nfsv2_time *)(t))->nfsv2_usec = htonl((f)->tv_nsec / 1000); \
80 ((struct nfsv3_time *)(t))->nfsv3_sec = htonl((f)->tv_sec); \
81 ((struct nfsv3_time *)(t))->nfsv3_nsec = htonl((f)->tv_nsec); \
89 ((u_int32_t *)(t))[0] = htonl((u_int32_t)((f) >> 32)); \
90 ((u_int32_t *)(t))[1] = htonl((u_int32_t)((f) & 0xffffffff)); \
xdr_subs.h 42 * These use the MACHINE DEPENDENT routines ntohl, htonl
45 * To simplify the implementation, we use ntohl/htonl even on big-endian
52 #define txdr_unsigned(v) (htonl((int32_t)(v)))
63 ((struct nfsv2_time *)(t))->nfsv2_sec = htonl((f)->tv_sec); \
65 ((struct nfsv2_time *)(t))->nfsv2_usec = htonl((f)->tv_nsec / 1000); \
76 ((struct nfsv3_time *)(t))->nfsv3_sec = htonl((f)->tv_sec); \
77 ((struct nfsv3_time *)(t))->nfsv3_nsec = htonl((f)->tv_nsec); \
88 ((struct nfsv4_time *)(t))->nfsv4_sec = htonl((f)->tv_sec); \
89 ((struct nfsv4_time *)(t))->nfsv4_nsec = htonl((f)->tv_nsec); \
97 ((u_int32_t *)(t))[0] = htonl((u_int32_t)((f) >> 32));
    [all...]
  /src/external/bsd/unbound/dist/dnstap/
dnstap_fstrm.c 66 control[1] = htonl(4+4+4+strlen(contenttype));
67 control[2] = htonl(FSTRM_CONTROL_FRAME_START);
68 control[3] = htonl(FSTRM_CONTROL_FIELD_TYPE_CONTENT_TYPE);
69 control[4] = htonl(strlen(contenttype));
89 control[1] = htonl(4);
90 control[2] = htonl(FSTRM_CONTROL_FRAME_STOP);
114 control[1] = htonl(4+4+4+strlen(contenttype));
115 control[2] = htonl(FSTRM_CONTROL_FRAME_READY);
116 control[3] = htonl(FSTRM_CONTROL_FIELD_TYPE_CONTENT_TYPE);
117 control[4] = htonl(strlen(contenttype))
    [all...]
  /src/common/lib/libc/arch/i386/gen/
byte_swap_4.S 34 * from: @(#)htonl.s 5.3 (Berkeley) 12/17/90
48 _ENTRY(_C_LABEL(htonl))
59 END(_C_LABEL(htonl))
  /src/common/lib/libc/arch/x86_64/gen/
byte_swap_4.S 14 _ENTRY(_C_LABEL(htonl))
25 END(_C_LABEL(htonl))
  /src/sys/lib/libkern/arch/sh3/
byte_swap_4.S 38 ALTENTRY(htonl) function
47 ALTENTRY(htonl) function
  /src/external/bsd/ntp/dist/tests/libntp/
numtoa.c 26 const u_int32 input = htonl(3221225472UL + 512UL + 1UL); // 192.0.2.1
35 const u_int32 input = htonl(hostOrder);
  /src/sys/nfs/
xdr_subs.h 42 * These use the MACHINE DEPENDENT routines ntohl, htonl
45 * To simplify the implementation, we use ntohl/htonl even on big-endian
52 #define txdr_unsigned(v) (htonl((int32_t)(v)))
80 ((struct nfsv2_time *)(t))->nfsv2_sec = htonl((f)->tv_sec); \
83 htonl((f)->tv_nsec / 1000); \
93 ((struct nfsv3_time *)(t))->nfsv3_sec = htonl((f)->tv_sec); \
94 ((struct nfsv3_time *)(t))->nfsv3_nsec = htonl((f)->tv_nsec); \
103 ((u_int32_t *)(t))[0] = htonl((u_int32_t)((f) >> 32)); \
104 ((u_int32_t *)(t))[1] = htonl((u_int32_t)((f) & 0xffffffff)); \
  /src/games/hunt/hunt/
connect.c 51 int32_t wire_status = htonl(enter_status);
54 uid = htonl(getuid());
73 mode = htonl(mode);
  /src/common/lib/libc/arch/aarch64/gen/
byte_swap_4.S 46 STRONG_ALIAS(_C_LABEL(htonl), FUNC)
  /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

Completed in 58 milliseconds

1 2 3 4 5 6 7 8 91011>>