Searched refs:htonl (Results 1 – 7 of 7) sorted by relevance
50 #ifndef htonl51 # define htonl(x) xdr_htonl(x) macro125 u_int32_t temp = htonl ((u_int32_t) * lp); in xdrstdio_putlong()203 int32_t temp = htonl (*ip); in xdrstdio_putint32()
53 #ifndef htonl54 # define htonl(x) xdr_htonl(x) macro143 *(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()
71 #ifndef htonl72 # define htonl(x) xdr_htonl(x) macro315 *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()
26 6) Uses a local implementation of ntohl/htonl, rather than
14 #define htonl(_x) __htonl(_x) macro23 #define htonl(_x) __htonl(_x) macro
269 #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))
652 2. Add htonl and friends (based on __htonl). Thanks to Johan de