Searched refs:sendudp (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/sys/lib/libsa/ |
| D | tftp.c | 180 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()
|
| D | udp.c | 67 sendudp(struct iodesc *d, void *pkt, size_t len) in sendudp() function
|
| D | net.h | 118 ssize_t sendudp(struct iodesc *, void *, size_t);
|
| D | rpc.c | 186 sendudp, send_head, send_tail - send_head, in rpc_call()
|
| D | bootp.c | 299 return sendudp(d, pkt, len); in bootpsend()
|
| /netbsd/src/sbin/mount_nfs/ |
| D | udp_xfer.c | 66 sendudp(struct iodesc *d, void *pkt, size_t len) in sendudp() function
|
| /netbsd/src/sys/arch/i386/stand/pxeboot/ |
| D | pxe.c | 122 sendudp(struct iodesc *d, void *pkt, size_t len) in sendudp() function
|