HomeSort by: relevance | last modified time | path
    Searched defs:bootpsend (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/lib/libsa/
bootp.c 74 static ssize_t bootpsend(struct iodesc *, void *, size_t);
179 if (sendrecv(d, bootpsend, bp, sizeof(*bp),
208 bootpsend, bp, sizeof(*bp),
282 bootpsend(struct iodesc *d, void *pkt, size_t len) function in typeref:typename:ssize_t
bootp.c 74 static ssize_t bootpsend(struct iodesc *, void *, size_t);
179 if (sendrecv(d, bootpsend, bp, sizeof(*bp),
208 bootpsend, bp, sizeof(*bp),
282 bootpsend(struct iodesc *d, void *pkt, size_t len) function in typeref:typename:ssize_t

Completed in 24 milliseconds