Searched refs:rbootp (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/boot/libsa/ |
H A D | bootp.c | 131 struct bootp *rbootp; in bootp() local 179 bootprecv, &pkt, (void **)&rbootp, NULL) == -1) { in bootp() 190 bcopy(&rbootp->bp_yiaddr, &bp->bp_vend[9], 4); in bootp() 204 bootprecv, &pkt, (void **)&rbootp, NULL) == -1) { in bootp() 211 myip = d->myip = rbootp->bp_yiaddr; in bootp() 212 servip = rbootp->bp_siaddr; in bootp() 215 bcopy(rbootp->bp_file, bootfile, sizeof (bootfile)); in bootp()
|