Searched refs:TAG_PAD (Results 1 - 8 of 8) sorted by relevance

/freebsd-11.0-release/lib/libstand/
H A Dbootp.h77 #define TAG_PAD ((unsigned char) 0)
76 #define TAG_PAD macro
/freebsd-11.0-release/libexec/bootpd/
H A Dbootp.h102 #define TAG_PAD ((unsigned char) 0)
101 #define TAG_PAD macro
H A Ddovend.c348 case TAG_PAD:
H A Ddumptab.c315 if (tag == TAG_PAD)
H A Dbootpd.c1280 if (tag == TAG_PAD)
/freebsd-11.0-release/contrib/tcpdump/
H A Dprint-bootp.c98 #define TAG_PAD ((uint8_t) 0) macro
413 { TAG_PAD, " PAD" },
612 if (tag == TAG_PAD && ndo->ndo_vflag < 3)
628 if (tag == TAG_PAD || tag == TAG_END)
639 if (tag == TAG_PAD && ndo->ndo_vflag > 2) {
641 while (ND_TTEST2(*bp, 1) && *bp == TAG_PAD) {
/freebsd-11.0-release/libexec/bootpd/tools/bootptest/
H A Dprint-bootp.c298 if (tag == TAG_PAD)
/freebsd-11.0-release/sys/nfs/
H A Dbootp_subr.c199 #define TAG_PAD 0 /* Pad option, implicit length 1 */ macro
1353 if (code == TAG_PAD)

Completed in 1216 milliseconds