Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/libsa/
H A Dtftp.c159 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 Dnet.h108 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 Drpc.c168 sendudp, send_head, send_tail - send_head, in rpc_call()
H A Dbootp.c277 return (sendudp(d, pkt, len)); in bootpsend()