stand/libsa/bootp.c
255
return (sendudp(d, pkt, len));
stand/libsa/net.h
111
ssize_t sendudp(struct iodesc *, void *, size_t);
stand/libsa/rpc.c
164
sendudp, send_head, send_tail - send_head,
stand/libsa/tftp.c
171
sendudp(h->iodesc, &wbuf.t, wtail - (char *)&wbuf.t);
stand/libsa/tftp.c
191
sendudp(h->iodesc, &wbuf.t, wtail - (char *)&wbuf.t);
stand/libsa/tftp.c
369
res = sendrecv(h->iodesc, &sendudp, &wbuf.t, wtail - (char *)&wbuf.t,
stand/libsa/tftp.c
434
res = sendrecv(h->iodesc, &sendudp, &wbuf.t, wtail - (char *)&wbuf.t,