Searched refs:sendrecv (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/boot/libsa/ |
H A D | net.h | 110 ssize_t sendrecv(struct iodesc *,
|
H A D | rarp.c | 99 if (sendrecv(d, in rarp_getipaddress()
|
H A D | net.c | 84 sendrecv(struct iodesc *d, in sendrecv() function
|
H A D | bootp.c | 178 if (sendrecv(d, bootpsend, bp, sizeof (*bp), in bootp() 203 if (sendrecv(d, bootpsend, bp, sizeof (*bp), in bootp()
|
H A D | arp.c | 118 i = sendrecv(d, in arpwhohas()
|
H A D | tftp.c | 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()
|
H A D | rpc.c | 167 cc = sendrecv(d, in rpc_call()
|