Home
last modified time | relevance | path

Searched refs:htonl (Results 1 – 15 of 15) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/
A Dntohl.c13 #undef htonl
29 strong_alias(ntohl,htonl) in strong_alias() argument
30 libc_hidden_def(htonl) in strong_alias()
A Daddr.c89 addrptr->s_addr = htonl(addr); in inet_aton()
164 in.s_addr = htonl(in.s_addr); in libc_hidden_def()
A Dgetaddrinfo.c613 *a = htonl(INADDR_LOOPBACK); in gaih_inet()
730 sin6p->sin6_addr.s6_addr32[2] = htonl(0x0000ffff); in gaih_inet()
/l4re-core-master/uclibc/lib/contrib/uclibc/include/netinet/
A Din.h382 extern uint32_t htonl (uint32_t __hostlong)
384 libc_hidden_proto(htonl)
403 # define htonl(x) (x) macro
409 # define htonl(x) __bswap_32 (x)
426 && ((const uint32_t *) (a))[3] == htonl (1))
431 ((((const uint32_t *) (a))[0] & htonl (0xffc00000)) \
432 == htonl (0xfe800000))
435 ((((const uint32_t *) (a))[0] & htonl (0xffc00000)) \
436 == htonl (0xfec00000))
441 && (((const uint32_t *) (a))[2] == htonl (0xffff)))
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/rpc/
A Dxdr_stdio.c112 int32_t mycopy = htonl ((u_int32_t) *lp); in xdrstdio_putlong()
178 int32_t mycopy = htonl (*ip); in xdrstdio_putint32()
A Dxdr_mem.c123 *(int32_t *) xdrs->x_private = htonl (*lp); in xdrmem_putlong()
232 *(int32_t *) xdrs->x_private = htonl (*ip); in xdrmem_putint32()
A Dclnt_tcp.c389 *(u_long *)ct->ct_mcall = htonl (*(u_long *)info - 1); in clnttcp_control()
404 = htonl (*(u_long *)info); in clnttcp_control()
418 = htonl(*(u_long *)info); in clnttcp_control()
A Dclnt_unix.c363 *(u_long *) ct->ct_mcall = htonl (*(u_long *)info - 1); in clntunix_control()
378 = htonl (*(u_long *) info); in clntunix_control()
392 = htonl(*(u_long *) info); in clntunix_control()
A Dclnt_udp.c538 *(u_long *)cu->cu_outbuf = htonl(*(u_long *)info - 1); in clntudp_control()
553 = htonl(*(u_long *)info); in clntudp_control()
567 = htonl(*(u_long *)info); in clntudp_control()
A Dxdr_rec.c259 *dest_ip = htonl (*ip); in xdrrec_putint32()
502 *rstrm->frag_header = htonl ((u_long) len | LAST_FRAG); in libc_hidden_def()
520 *rstrm->frag_header = htonl (len | eormask); in libc_hidden_def()
A Dpmap_rmt.c276 baddr.sin_addr.s_addr = htonl (INADDR_ANY); in clnt_broadcast()
/l4re-core-master/uclibc/lib/contrib/uclibc/test/API/
A Darpa_inet.SUSv4.syms1 htonl
/l4re-core-master/uclibc/lib/contrib/uclibc/test/inet/
A Dtst-ntoa.c14 addr.s_addr = htonl (inaddr); in test()
/l4re-core-master/uclibc/lib/contrib/uclibc/libcrypt/
A Ddes.c576 *trans.ui32++ = htonl(l_out);
577 *trans.ui32 = htonl(r_out);
/l4re-core-master/uclibc/lib/contrib/uclibc/include/rpc/
A Dxdr.h261 #define IXDR_PUT_INT32(buf, v) (*(buf)++ = (int32_t)htonl((uint32_t)(v)))

Completed in 28 milliseconds