HomeSort by: relevance | last modified time | path
    Searched defs:TAG_END (Results 1 - 6 of 6) 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/external/bsd/less/dist/
tags.c 76 #define TAG_END ((struct tag *) &taglist)
77 static struct taglist taglist = { TAG_END, TAG_END };
81 (tp)->next = TAG_END; \
102 while ((tp = taglist.tl_first) != TAG_END)
604 if (tp == TAG_END)
627 if (tp == TAG_END)
656 if (tp == 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/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);
  /src/external/bsd/tcpdump/dist/
print-bootp.c 111 #define TAG_END ((uint8_t) 255)
427 { TAG_END, " END" },
612 if (tag == TAG_END && ndo->ndo_vflag < 3)
617 if (tag == TAG_PAD || tag == TAG_END)

Completed in 18 milliseconds