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

/freebsd-9.3-release/contrib/less/
H A Dtags.c65 #define TAG_END ((struct tag *) &taglist) macro
66 static struct taglist taglist = { TAG_END, TAG_END };
77 (tp)->next = TAG_END; \
99 while ((tp = taglist.tl_first) != TAG_END)
592 if (tp == TAG_END)
616 if (tp == TAG_END)
646 if (tp == TAG_END)
/freebsd-9.3-release/lib/libstand/
H A Dbootp.h111 #define TAG_END ((unsigned char) 255)
110 #define TAG_END macro
H A Dbootp.c150 bp->bp_vend[18] = TAG_END;
152 bp->bp_vend[7] = TAG_END;
154 bp->bp_vend[4] = TAG_END;
193 bp->bp_vend[36] = TAG_END;
195 bp->bp_vend[25] = TAG_END;
372 if (tag == TAG_END)
628 if (tag == TAG_END)
/freebsd-9.3-release/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.c1282 if (tag == TAG_END)
1353 * TAG_EXTEN_FILE, length, and TAG_END.
1361 *vp++ = TAG_END;
1368 * Keep back one byte for the TAG_END.
1376 *vp++ = TAG_END;
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-bootp.c208 { TAG_END, " END" },
391 if (tag == TAG_END && vflag < 3)
405 if (tag == TAG_PAD || tag == TAG_END)
H A Dbootp.h83 #define TAG_END ((u_int8_t) 255)
82 #define TAG_END macro
/freebsd-9.3-release/libexec/bootpd/tools/bootpef/
H A Dbootpef.c306 *vp++ = TAG_END;
/freebsd-9.3-release/libexec/bootpd/tools/bootptest/
H A Dprint-bootp.c300 if (tag == TAG_END)
H A Dbootptest.c349 bp->bp_vend[4] = TAG_END;
/freebsd-9.3-release/sys/nfs/
H A Dbootp_subr.c189 #define TAG_END 255 /* End Option (i.e. no more options) */ macro
486 TAG_END);
1362 *vendp = TAG_END;
1394 if (code == TAG_END)
1483 &ifctx->reply, ifctx->replylen, TAG_END);

Completed in 88 milliseconds