Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/libsa/
H A Dnet.h109 ssize_t readudp(struct iodesc *, void **, void **, time_t);
H A Dudp.c109 readudp(struct iodesc *d, void **pkt, void **payload, time_t tleft) in readudp() function
H A Drpc.c234 n = readudp(d, &ptr, (void **)&reply, tleft); in recvrpc()
H A Dbootp.c294 n = readudp(d, &ptr, (void **)&bp, tleft); in bootprecv()
H A Dtftp.c193 len = readudp(d, &ptr, (void **)&t, tleft); in recvtftp()