Home
last modified time | relevance | path

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

/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/ip/dhcpd/
H A Ddat.h33 char bootf2[Maxstr]; /* alternative boot file */ member
H A Dndb.c151 if(iip->bootf2[0] == 0) in lookupip()
152 strcpy(iip->bootf2, nt->val); in lookupip()
H A Ddhcpd.c919 if(rp->genrequest && *iip->bootf2) /* if not plan 9 and we have an alternate file... */ in bootp()
920 strncpy(bp->file, iip->bootf2, sizeof(bp->file)); in bootp()
996 if(rp->genrequest && *iip->bootf2) in bootp()