HomeSort by: relevance | last modified time | path
    Searched refs:TAG_END (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/lib/libsa/
bootp.h 107 #define TAG_END ((unsigned char) 255)
bootp.c 116 *area = TAG_END;
380 if (tag == TAG_END)
  /src/usr.sbin/bootp/common/
bootp.h 99 #define TAG_END ((unsigned char) 255)
dovend.c 335 case TAG_END:
dumptab.c 308 if (tag == TAG_END)
  /src/usr.sbin/bootp/bootpef/
bootpef.c 301 *vp++ = TAG_END;
  /src/sys/nfs/
nfs_bootdhcp.c 159 #define TAG_END ((unsigned char) 255)
420 if (tag == TAG_END)
479 *area = TAG_END;
729 if (tag == TAG_END)
  /src/usr.sbin/bootp/bootptest/
print-bootp.c 297 if (tag == TAG_END)
bootptest.c 342 bp->bp_vend[4] = TAG_END;
  /src/usr.sbin/bootp/bootpd/
bootpd.c 1261 if (tag == TAG_END)
1332 * TAG_EXTEN_FILE, length, and TAG_END.
1340 *vp++ = TAG_END;
1347 * Keep back one byte for the TAG_END.
1355 *vp++ = TAG_END;
  /src/sys/fs/nfs/common/
bootp_subr.c 221 #define TAG_END 255 /* End Option (i.e. no more options) */
510 TAG_END);
1330 *vendp = TAG_END;
1362 if (code == TAG_END)
1448 &ifctx->reply, ifctx->replylen, TAG_END);

Completed in 16 milliseconds