Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/xdr/
Dxdr_stdio.c50 #ifndef htonl
51 # define htonl(x) xdr_htonl(x) macro
125 u_int32_t temp = htonl ((u_int32_t) * lp); in xdrstdio_putlong()
203 int32_t temp = htonl (*ip); in xdrstdio_putint32()
Dxdr_mem.c53 #ifndef htonl
54 # define htonl(x) xdr_htonl(x) macro
143 *(u_int32_t *) xdrs->x_private = htonl ((u_int32_t) * lp); in xdrmem_putlong_aligned()
172 l = htonl ((u_int32_t) * lp); in xdrmem_putlong_unaligned()
273 *(u_int32_t *) xdrs->x_private = htonl ((u_int32_t) * ip); in xdrmem_putint32_aligned()
302 l = htonl ((u_int32_t) * ip); in xdrmem_putint32_unaligned()
Dxdr_rec.c71 #ifndef htonl
72 # define htonl(x) xdr_htonl(x) macro
315 *dest_lp = (int32_t) htonl ((u_int32_t) (*lp)); in xdrrec_putlong()
539 *dest_ip = (int32_t) htonl (*ip); in xdrrec_putint32()
629 *(rstrm->frag_header) = htonl ((u_int32_t) len | LAST_FRAG); in xdrrec_endofrecord()
760 *(rstrm->frag_header) = htonl (len | eormask); in flush_out()
DREADME26 6) Uses a local implementation of ntohl/htonl, rather than
/picolibc-3.7.0-3.6.0/newlib/libc/include/arpa/
Dinet.h14 #define htonl(_x) __htonl(_x) macro
23 #define htonl(_x) __htonl(_x) macro
/picolibc-3.7.0-3.6.0/newlib/libc/include/rpc/
Dxdr.h269 #define IXDR_PUT_INT32(buf, v) (*(buf)++ =(int32_t)htonl((u_int32_t)v))
278 #define IXDR_PUT_LONG(buf, v) (*(buf)++ =(int32_t)htonl((u_int32_t)v))
/picolibc-3.7.0-3.6.0/
DREADME.md652 2. Add htonl and friends (based on __htonl). Thanks to Johan de