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

  /src/sys/lib/libsa/
bootp.h 107 #define TAG_END ((unsigned char) 255)
  /src/usr.sbin/bootp/common/
bootp.h 99 #define TAG_END ((unsigned char) 255)
  /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/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 13 milliseconds