Searched refs:sendudp (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/boot/libsa/ |
H A D | tftp.c | 159 sendudp(h->iodesc, &wbuf.t, wtail - (char *)&wbuf.t); in tftp_senderr() 176 sendudp(h->iodesc, &wbuf.t, wtail - (char *)&wbuf.t); in tftp_sendack() 347 res = sendrecv(h->iodesc, &sendudp, &wbuf.t, wtail - (char *)&wbuf.t, in tftp_makereq() 405 res = sendrecv(h->iodesc, &sendudp, &wbuf.t, wtail - (char *)&wbuf.t, in tftp_getnextblock() 424 sendudp(h->iodesc, &wbuf.t, wtail - (char *)&wbuf.t); in tftp_getnextblock()
|
H A D | net.h | 108 ssize_t sendudp(struct iodesc *, void *, size_t);
|
H A D | udp.c | 60 sendudp(struct iodesc *d, void *pkt, size_t len) in sendudp() function
|
H A D | rpc.c | 168 sendudp, send_head, send_tail - send_head, in rpc_call()
|
H A D | bootp.c | 277 return (sendudp(d, pkt, len)); in bootpsend()
|