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

1 2 3 4 5 6 7 8 91011

  /src/sys/lib/libkern/arch/alpha/
ntohl.S 1 /* $NetBSD: ntohl.S,v 1.1 1996/04/17 22:46:45 cgd Exp $ */
30 #define NAME ntohl
  /src/sys/lib/libkern/arch/ia64/
ntohl.S 1 /* $NetBSD: ntohl.S,v 1.1 2006/04/07 13:57:43 cherry Exp $ */
30 #define NAME ntohl
  /src/lib/libc/net/
Lint_ntohl.c 9 #undef ntohl
13 ntohl(uint32_t net32) function in typeref:typename:uint32_t
  /src/common/lib/libc/arch/m68k/net/
ntohl.S 1 /* $NetBSD: ntohl.S,v 1.3 2013/07/16 23:24:19 matt Exp $ */
40 RCSID("from: @(#)ntohl.s 5.1 (Berkeley) 5/12/90")
42 RCSID("$NetBSD: ntohl.S,v 1.3 2013/07/16 23:24:19 matt Exp $")
46 /* hostorder = ntohl(netorder) */
48 ENTRY(ntohl) function
51 END(ntohl)
  /src/common/lib/libc/arch/sparc/net/
ntohl.S 1 /* $NetBSD: ntohl.S,v 1.1 2005/12/20 19:28:50 christos Exp $ */
34 * from: Header: ntohl.s,v 1.1 92/06/25 12:47:06 torek Exp
40 .asciz "@(#)ntohl.s 8.1 (Berkeley) 6/4/93"
42 RCSID("$NetBSD: ntohl.S,v 1.1 2005/12/20 19:28:50 christos Exp $")
46 /* hostorder = ntohl(netorder) */
47 ENTRY(ntohl) function
  /src/common/lib/libc/arch/sparc64/net/
ntohl.S 1 /* $NetBSD: ntohl.S,v 1.1 2005/12/20 19:28:50 christos Exp $ */
34 * from: Header: ntohl.s,v 1.1 92/06/25 12:47:06 torek Exp
40 .asciz "@(#)ntohl.s 8.1 (Berkeley) 6/4/93"
42 RCSID("$NetBSD: ntohl.S,v 1.1 2005/12/20 19:28:50 christos Exp $")
46 /* hostorder = ntohl(netorder) */
47 ENTRY(ntohl) function
  /src/common/lib/libc/net/
ntohl.c 1 /* $NetBSD: ntohl.c,v 1.3 2012/03/21 20:02:56 he Exp $ */
10 __RCSID("$NetBSD: ntohl.c,v 1.3 2012/03/21 20:02:56 he Exp $");
15 #undef ntohl
18 ntohl(uint32_t x) function in typeref:typename:uint32_t
  /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
53 #define fxdr_unsigned(t, v) ((t)ntohl((int32_t)(v)))
58 (t)->tv_sec = ntohl(((struct nfsv2_time *)(f))->nfsv2_sec); \
60 (t)->tv_nsec = 1000 * ntohl(((struct nfsv2_time *)(f))->nfsv2_usec); \
75 (t)->tv_sec = ntohl(((struct nfsv3_time *)(f))->nfsv3_sec); \
76 (t)->tv_nsec = ntohl(((struct nfsv3_time *)(f))->nfsv3_nsec); \
85 ((((u_quad_t)ntohl(((u_int32_t *)(f))[0])) << 32) | \
86 (u_quad_t)(ntohl(((u_int32_t *)(f))[1])))
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
51 #define fxdr_unsigned(t, v) ((t)ntohl((int32_t)(v)))
55 (t)->tv_sec = ntohl(((struct nfsv2_time *)(f))->nfsv2_sec); \
57 (t)->tv_nsec = 1000 * ntohl(((struct nfsv2_time *)(f))->nfsv2_usec); \
71 (t)->tv_sec = ntohl(((struct nfsv3_time *)(f))->nfsv3_sec); \
72 (t)->tv_nsec = ntohl(((struct nfsv3_time *)(f))->nfsv3_nsec); \
81 (t)->tv_sec = ntohl(((struct nfsv4_time *)(f))->nfsv4_sec); \
82 (t)->tv_nsec = (ntohl(((struct nfsv4_time *)(f))->nfsv4_nsec) % \
93 ((((u_quad_t)ntohl(((u_int32_t *)(f))[0])) << 32) |
    [all...]
  /src/common/lib/libc/arch/i386/gen/
byte_swap_4.S 47 _ENTRY(_C_LABEL(ntohl))
58 END(_C_LABEL(ntohl))
  /src/common/lib/libc/arch/x86_64/gen/
byte_swap_4.S 13 _ENTRY(_C_LABEL(ntohl))
24 END(_C_LABEL(ntohl))
  /src/lib/libc/nls/
catgets.c 68 u = ntohl((u_int32_t)cat_hdr->__nsets) - 1;
71 r = set_id - ntohl((u_int32_t)set_hdr[i].__setno);
77 ntohl((u_int32_t)cat_hdr->__msg_hdr_offset));
79 l = ntohl((u_int32_t)set_hdr[i].__index);
80 u = l + ntohl((u_int32_t)set_hdr[i].__nmsgs) - 1;
84 ntohl((u_int32_t)msg_hdr[i].__msgno);
88 ntohl((u_int32_t)
90 ntohl((u_int32_t)
  /src/sys/lib/libkern/arch/sh3/
byte_swap_4.S 37 ALTENTRY(ntohl) function
46 ENTRY(ntohl) function
  /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
51 #define fxdr_unsigned(t, v) ((t)ntohl((int32_t)(v)))
72 (t)->tv_sec = ntohl(((struct nfsv2_time *)(f))->nfsv2_sec); \
75 ntohl(((struct nfsv2_time *)(f))->nfsv2_usec); \
89 (t)->tv_sec = ntohl(((struct nfsv3_time *)(f))->nfsv3_sec); \
90 (t)->tv_nsec = ntohl(((struct nfsv3_time *)(f))->nfsv3_nsec); \
98 ((((u_quad_t)ntohl(((u_int32_t *)(f))[0])) << 32) | \
99 (u_quad_t)(ntohl(((u_int32_t *)(f))[1])))
  /src/common/lib/libc/arch/aarch64/gen/
byte_swap_4.S 45 STRONG_ALIAS(_C_LABEL(ntohl), FUNC)
  /src/lib/libc/arch/sh3/net/
ntohl.c 1 /* $NetBSD: ntohl.c,v 1.3 2005/12/24 23:10:08 perry Exp $ */
34 * from: @(#)ntohl.s 5.2 (Berkeley) 12/17/90
40 __RCSID("$NetBSD: ntohl.c,v 1.3 2005/12/24 23:10:08 perry Exp $");
43 /* netorder = ntohl(hostorder) */
46 ntohl(x) function
  /src/lib/libc/arch/vax/gen/
byte_swap_4.S 37 ALTENTRY(ntohl) function
  /src/usr.sbin/timed/timed/
byteorder.c 74 ptr->tsp_time.tv_sec = ntohl((uint32_t)ptr->tsp_time.tv_sec);
75 ptr->tsp_time.tv_usec = ntohl((uint32_t)ptr->tsp_time.tv_usec);
  /src/common/lib/libc/arch/vax/gen/
bswap32.S 39 ALTENTRY(_C_LABEL(ntohl))
  /src/lib/libc/inet/
inet_lnaof.c 58 in_addr_t i = ntohl(in.s_addr);
  /src/sys/netinet/
ip_ecn.c 112 outer8 = (ntohl(*outer) >> 20) & 0xff;
113 inner8 = (ntohl(*inner) >> 20) & 0xff;
127 outer8 = (ntohl(*outer) >> 20) & 0xff;
128 inner8 = (ntohl(*inner) >> 20) & 0xff;
  /src/sys/netmpls/
mpls_var.h 47 #define MPLS_GETSADDR(rt) ntohl(((struct sockaddr_mpls*)rt_gettag(rt))->smpls_addr.s_addr)
  /src/sys/sys/
core.h 47 #define CORE_GETMAGIC(c) ( ntohl(((c).c_midmag)) & 0xffff )
48 #define CORE_GETMID(c) ( (ntohl(((c).c_midmag)) >> 16) & 0x03ff )
49 #define CORE_GETFLAG(c) ( (ntohl(((c).c_midmag)) >> 26) & 0x03f )
  /src/sys/arch/hppa/stand/xxboot/
iplsum.c 68 if ((ntohl(bootblk[0]) & 0xffff0000) != 0x80000000) {
72 iploff = ntohl(bootblk[0xf0 / sizeof(uint32_t)]);
73 iplsumsize = ntohl(bootblk[0xf4 / sizeof(uint32_t)]);
86 sum += ntohl(*p);
88 bootblk[SUMOFF] = htonl(ntohl(bootblk[SUMOFF]) - sum);
  /src/usr.sbin/ndbootd/
ndbootd.c 725 (int) ntohl(nd_packet->ndboot_packet_sequence),
726 (int) ntohl(nd_packet->ndboot_packet_block_number),
727 (int) ntohl(nd_packet->ndboot_packet_byte_count),
728 (int) ntohl(nd_packet->ndboot_packet_current_byte_offset),
729 (int) ntohl(nd_packet->ndboot_packet_current_byte_count)));
752 if (ntohl(nd_packet->ndboot_packet_block_number) < 0) {
754 (int) ntohl(nd_packet->ndboot_packet_block_number)));
757 if (ntohl(nd_packet->ndboot_packet_byte_count) <= 0 ||
758 ntohl(nd_packet->ndboot_packet_byte_count) > NDBOOT_MAX_BYTE_COUNT) {
760 (int) ntohl(nd_packet->ndboot_packet_byte_count)))
    [all...]

Completed in 25 milliseconds

1 2 3 4 5 6 7 8 91011