Home
last modified time | relevance | path

Searched refs:ntohl (Results 1 – 6 of 6) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libc/xdr/
Dxdr_stdio.c47 #ifndef ntohl
48 # define ntohl(x) xdr_ntohl(x) macro
117 *lp = (long) (int32_t) ntohl (temp); in xdrstdio_getlong()
195 *ip = ntohl (temp); in xdrstdio_getint32()
Dxdr_mem.c50 #ifndef ntohl
51 # define ntohl(x) xdr_ntohl(x) macro
131 *lp = (int32_t) ntohl (*(u_int32_t *) xdrs->x_private); in xdrmem_getlong_aligned()
158 *lp = ntohl (l); in xdrmem_getlong_unaligned()
261 *ip = (int32_t) ntohl (*(u_int32_t *) xdrs->x_private); in xdrmem_getint32_aligned()
288 *ip = (int32_t) ntohl (l); in xdrmem_getint32_unaligned()
Dxdr_rec.c68 #ifndef ntohl
69 # define ntohl(x) xdr_ntohl(x) macro
281 *lp = (long) ntohl ((u_int32_t) (*buflp)); in xdrrec_getlong()
290 *lp = (long) ntohl ((u_int32_t) mylong); in xdrrec_getlong()
505 *ip = (int32_t) ntohl (*bufip); in xdrrec_getint32()
514 *ip = (int32_t) ntohl (mylong); in xdrrec_getint32()
669 rstrm->in_header = ntohl (rstrm->in_header); in __xdrrec_getrec()
837 header = ntohl (header); in set_input_fragment()
DREADME26 6) Uses a local implementation of ntohl/htonl, rather than
/picolibc-3.7.0-3.6.0/newlib/libc/include/arpa/
Dinet.h16 #define ntohl(_x) __htonl(_x) macro
25 #define ntohl(_x) __ntohl(_x) macro
/picolibc-3.7.0-3.6.0/newlib/libc/include/rpc/
Dxdr.h268 #define IXDR_GET_INT32(buf) ((int32_t)ntohl((u_int32_t)*(buf)++))
277 #define IXDR_GET_LONG(buf) ((long)ntohl((u_int32_t)*(buf)++))