Home
last modified time | relevance | path

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

/dragonfly/stand/lib/
H A Dtftp.c131 while ((tmp_len = readudp(d, pkt, max_len, tleft)) > 0) { in recvtftp()
138 len = readudp(d, pkt, max_len, tleft); in recvtftp()
H A Dnet.h106 ssize_t readudp(struct iodesc *, void *, size_t, time_t);
H A Dudp.c132 readudp(struct iodesc *d, void *pkt, size_t len, time_t tleft) in readudp() function
H A Dbootp.c282 n = readudp(d, pkt, len, tleft); in bootprecv()
H A Drpc.c248 n = readudp(d, pkt, len, tleft); in recvrpc()
/dragonfly/stand/boot/pc32/libi386/
H A Dpxe.c624 readudp(struct iodesc *h, void *pkt, size_t len, time_t timeout) in readudp() function