Home | History | Annotate | Download | only in bootpd

Lines Matching defs:bootsize

601 	int32 bootsize = 0;
895 if (chk_access(lrealpath, &bootsize) < 0) {
897 if (chk_access(lrealpath, &bootsize) < 0) {
965 dovend_rfc1048(bp, hp, bootsize);
1221 dovend_rfc1048(struct bootp *bp, struct host *hp, int32 bootsize)
1315 if (hp->flags.bootsize) {
1317 bootsize = (hp->flags.bootsize_auto) ?
1318 ((bootsize + 511) / 512) : ((int32_t)hp->bootsize); /* Round up */
1321 *vp++ = (byte) ((bootsize >> 8) & 0xFF);
1322 *vp++ = (byte) (bootsize & 0xFF);
1327 * Only the subnet_mask, bootsize