Searched refs:sendudp (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/boot/lib/libstand/
H A Dnet.h102 ssize_t sendudp(struct iodesc *, void *, size_t);
H A Dtftp.c163 sendudp(h->iodesc, &wbuf.t, wtail - (char *) &wbuf.t);
180 sendudp(h->iodesc, &wbuf.t, wtail - (char *) &wbuf.t);
328 res = sendrecv_tftp(h, &sendudp, &wbuf.t, wtail - (char *) &wbuf.t,
376 res = sendrecv_tftp(h, &sendudp, &wbuf.t, wtail - (char *) &wbuf.t,
390 sendudp(h->iodesc, &wbuf.t, wtail - (char *)&wbuf.t);
H A Dudp.c62 sendudp(d, pkt, len) function
74 printf("sendudp: d=%lx called.\n", (long)d);
128 panic("sendudp: bad write (%zd != %zd)", cc, len);
H A Drpc.c181 sendudp, send_head, send_tail - send_head,
H A Dbootp.c284 printf("bootpsend: calling sendudp\n");
287 return (sendudp(d, pkt, len));
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dpxe.c648 sendudp(struct iodesc *h, void *pkt, size_t len) function
674 printf("sendudp failed %x\n", udpwrite_p->status);

Completed in 77 milliseconds