Home
last modified time | relevance | path

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

/dragonfly/stand/lib/
H A Dtftp.c220 res = sendrecv(h->iodesc, sendudp, &wbuf.t, wtail - (char *) &wbuf.t, in tftp_makereq()
258 res = sendrecv(h->iodesc, sendudp, &wbuf.t, wtail - (char *) &wbuf.t, in tftp_getnextblock()
H A Dnet.h105 ssize_t sendudp(struct iodesc *, void *, size_t);
H A Dudp.c60 sendudp(struct iodesc *d, void *pkt, size_t len) in sendudp() function
H A Dbootp.c268 return (sendudp(d, pkt, len)); in bootpsend()
H A Drpc.c187 sendudp, send_head, send_tail - send_head, in rpc_call()
/dragonfly/stand/boot/pc32/libi386/
H A Dpxe.c591 sendudp(struct iodesc *h, void *pkt, size_t len) in sendudp() function