Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/xdr/
Dxdr_rec.c524 int32_t *dest_ip = ((int32_t *) (void *) (rstrm->out_finger)); in xdrrec_putint32() local
536 dest_ip = ((int32_t *) (void *) (rstrm->out_finger)); in xdrrec_putint32()
539 *dest_ip = (int32_t) htonl (*ip); in xdrrec_putint32()