Searched refs:TAG_END (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/less/
H A Dtags.c74 #define TAG_END ((struct tag *) &taglist) macro
75 static struct taglist taglist = { TAG_END, TAG_END };
79 (tp)->next = TAG_END; \
101 while ((tp = taglist.tl_first) != TAG_END)
619 if (tp == TAG_END)
643 if (tp == TAG_END)
673 if (tp == TAG_END)
/freebsd-11-stable/libexec/bootpd/
H A Dbootp.h101 #define TAG_END ((unsigned char) 255)
100 #define TAG_END macro
H A Ddovend.c345 case TAG_END:
H A Ddumptab.c317 if (tag == TAG_END)
H A Dbootpd.c1286 if (tag == TAG_END)
1357 * TAG_EXTEN_FILE, length, and TAG_END.
1365 *vp++ = TAG_END;
1372 * Keep back one byte for the TAG_END.
1380 *vp++ = TAG_END;
/freebsd-11-stable/stand/libsa/
H A Dbootp.h115 #define TAG_END ((unsigned char) 255)
114 #define TAG_END macro
H A Dbootp.c122 bp_vend[30] = TAG_END;
171 bp->bp_vend[4] = TAG_END;
381 if (tag == TAG_END)
663 if (tag == TAG_END)
/freebsd-11-stable/libexec/bootpd/tools/bootpef/
H A Dbootpef.c306 *vp++ = TAG_END;
/freebsd-11-stable/libexec/bootpd/tools/bootptest/
H A Dprint-bootp.c300 if (tag == TAG_END)
H A Dbootptest.c349 bp->bp_vend[4] = TAG_END;
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-bootp.c109 #define TAG_END ((uint8_t) 255) macro
431 { TAG_END, " END" },
619 if (tag == TAG_END && ndo->ndo_vflag < 3)
633 if (tag == TAG_PAD || tag == TAG_END)
/freebsd-11-stable/sys/nfs/
H A Dbootp_subr.c210 #define TAG_END 255 /* End Option (i.e. no more options) */ macro
496 TAG_END);
1323 *vendp = TAG_END;
1355 if (code == TAG_END)
1444 &ifctx->reply, ifctx->replylen, TAG_END);

Completed in 96 milliseconds