Searched refs:sendudp (Results 1 – 5 of 5) sorted by relevance
| /freebsd/stand/libsa/ |
| H A D | tftp.c | 171 sendudp(h->iodesc, &wbuf.t, wtail - (char *)&wbuf.t); in tftp_senderr() 191 sendudp(h->iodesc, &wbuf.t, wtail - (char *)&wbuf.t); in tftp_sendack() 369 res = sendrecv(h->iodesc, &sendudp, &wbuf.t, wtail - (char *)&wbuf.t, in tftp_makereq() 434 res = sendrecv(h->iodesc, &sendudp, &wbuf.t, wtail - (char *)&wbuf.t, in tftp_getnextblock()
|
| H A D | net.h | 111 ssize_t sendudp(struct iodesc *, void *, size_t);
|
| H A D | udp.c | 56 sendudp(struct iodesc *d, void *pkt, size_t len) in sendudp() function
|
| H A D | rpc.c | 164 sendudp, send_head, send_tail - send_head, in rpc_call()
|
| H A D | bootp.c | 255 return (sendudp(d, pkt, len)); in bootpsend()
|