Home
last modified time | relevance | path

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

/freebsd/stand/libsa/
H A Dtftp.c171 sendudp(h->iodesc, &wbuf.t, wtail - (char *)&wbuf.t); in tftp_senderr()
191 sendudp(h->iodesc, &wbuf.t, wtail - (char *)&wbuf.t); in tftp_sendack()
369 res = sendrecv(h->iodesc, &sendudp, &wbuf.t, wtail - (char *)&wbuf.t, in tftp_makereq()
434 res = sendrecv(h->iodesc, &sendudp, &wbuf.t, wtail - (char *)&wbuf.t, in tftp_getnextblock()
H A Dnet.h111 ssize_t sendudp(struct iodesc *, void *, size_t);
H A Dudp.c56 sendudp(struct iodesc *d, void *pkt, size_t len) in sendudp() function
H A Drpc.c164 sendudp, send_head, send_tail - send_head, in rpc_call()
H A Dbootp.c255 return (sendudp(d, pkt, len)); in bootpsend()