Searched refs:htonl (Results 1 – 15 of 15) sorted by relevance
13 #undef htonl29 strong_alias(ntohl,htonl) in strong_alias() argument30 libc_hidden_def(htonl) in strong_alias()
89 addrptr->s_addr = htonl(addr); in inet_aton()164 in.s_addr = htonl(in.s_addr); in libc_hidden_def()
613 *a = htonl(INADDR_LOOPBACK); in gaih_inet()730 sin6p->sin6_addr.s6_addr32[2] = htonl(0x0000ffff); in gaih_inet()
382 extern uint32_t htonl (uint32_t __hostlong)384 libc_hidden_proto(htonl)403 # define htonl(x) (x) macro409 # 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)))
112 int32_t mycopy = htonl ((u_int32_t) *lp); in xdrstdio_putlong()178 int32_t mycopy = htonl (*ip); in xdrstdio_putint32()
123 *(int32_t *) xdrs->x_private = htonl (*lp); in xdrmem_putlong()232 *(int32_t *) xdrs->x_private = htonl (*ip); in xdrmem_putint32()
389 *(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()
363 *(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()
538 *(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()
259 *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()
276 baddr.sin_addr.s_addr = htonl (INADDR_ANY); in clnt_broadcast()
1 htonl
14 addr.s_addr = htonl (inaddr); in test()
576 *trans.ui32++ = htonl(l_out);577 *trans.ui32 = htonl(r_out);
261 #define IXDR_PUT_INT32(buf, v) (*(buf)++ = (int32_t)htonl((uint32_t)(v)))
Completed in 28 milliseconds