Searched refs:ntohl (Results 1 – 6 of 6) sorted by relevance
47 #ifndef ntohl48 # define ntohl(x) xdr_ntohl(x) macro117 *lp = (long) (int32_t) ntohl (temp); in xdrstdio_getlong()195 *ip = ntohl (temp); in xdrstdio_getint32()
50 #ifndef ntohl51 # define ntohl(x) xdr_ntohl(x) macro131 *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()
68 #ifndef ntohl69 # define ntohl(x) xdr_ntohl(x) macro281 *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()
26 6) Uses a local implementation of ntohl/htonl, rather than
16 #define ntohl(_x) __htonl(_x) macro25 #define ntohl(_x) __ntohl(_x) macro
268 #define IXDR_GET_INT32(buf) ((int32_t)ntohl((u_int32_t)*(buf)++))277 #define IXDR_GET_LONG(buf) ((long)ntohl((u_int32_t)*(buf)++))