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

/freebsd-9.3-release/lib/libstand/
H A Dbootp.h77 #define TAG_PAD ((unsigned char) 0)
76 #define TAG_PAD macro
/freebsd-9.3-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-9.3-release/contrib/tcpdump/
H A Dprint-bootp.c194 { TAG_PAD, " PAD" },
389 if (tag == TAG_PAD && vflag < 3)
405 if (tag == TAG_PAD || tag == TAG_END)
416 if (tag == TAG_PAD && vflag > 2) {
418 while (TTEST2(*bp, 1) && *bp == TAG_PAD) {
H A Dbootp.h69 #define TAG_PAD ((u_int8_t) 0)
68 #define TAG_PAD macro
/freebsd-9.3-release/libexec/bootpd/tools/bootptest/
H A Dprint-bootp.c298 if (tag == TAG_PAD)
/freebsd-9.3-release/sys/nfs/
H A Dbootp_subr.c179 #define TAG_PAD 0 /* Pad option, implicit length 1 */ macro
1392 if (code == TAG_PAD)

Completed in 88 milliseconds