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

/freebsd-9.3-release/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);
321 res = sendrecv_tftp(h, &sendudp, &wbuf.t, wtail - (char *) &wbuf.t,
369 res = sendrecv_tftp(h, &sendudp, &wbuf.t, wtail - (char *) &wbuf.t,
383 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));
/freebsd-9.3-release/sys/boot/i386/libi386/
H A Dpxe.c635 sendudp(struct iodesc *h, void *pkt, size_t len) function
661 printf("sendudp failed %x\n", udpwrite_p->status);

Completed in 172 milliseconds