Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/libsa/
H A Dbootp.c70 static ssize_t bootpsend(struct iodesc *, void *, size_t);
178 if (sendrecv(d, bootpsend, bp, sizeof (*bp), in bootp()
203 if (sendrecv(d, bootpsend, bp, sizeof (*bp), in bootp()
260 bootpsend(struct iodesc *d, void *pkt, size_t len) in bootpsend() function