Home
last modified time | relevance | path

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

/netbsd/src/sys/lib/libsa/
Dtftp.c180 res = sendrecv(h->iodesc, sendudp, &wbuf.t, wtail - (char *)&wbuf.t, in tftp_makereq()
214 res = sendrecv(h->iodesc, sendudp, &wbuf.t, wtail - (char *)&wbuf.t, in tftp_getnextblock()
247 (void)sendudp(h->iodesc, &wbuf.t, wtail - (char *)&wbuf.t); in tftp_terminate()
Dudp.c67 sendudp(struct iodesc *d, void *pkt, size_t len) in sendudp() function
Dnet.h118 ssize_t sendudp(struct iodesc *, void *, size_t);
Drpc.c186 sendudp, send_head, send_tail - send_head, in rpc_call()
Dbootp.c299 return sendudp(d, pkt, len); in bootpsend()
/netbsd/src/sbin/mount_nfs/
Dudp_xfer.c66 sendudp(struct iodesc *d, void *pkt, size_t len) in sendudp() function
/netbsd/src/sys/arch/i386/stand/pxeboot/
Dpxe.c122 sendudp(struct iodesc *d, void *pkt, size_t len) in sendudp() function