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

/freebsd-12-stable/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.c1291 if (tag == TAG_PAD)
/freebsd-12-stable/stand/libsa/
H A Dbootp.h79 #define TAG_PAD ((unsigned char) 0)
78 #define TAG_PAD macro
/freebsd-12-stable/contrib/tcpdump/
H A Dprint-bootp.c95 #define TAG_PAD ((uint8_t) 0) macro
417 { TAG_PAD, " PAD" },
617 if (tag == TAG_PAD && ndo->ndo_vflag < 3)
633 if (tag == TAG_PAD || tag == TAG_END)
644 if (tag == TAG_PAD && ndo->ndo_vflag > 2) {
646 while (ND_TTEST2(*bp, 1) && *bp == TAG_PAD) {
/freebsd-12-stable/libexec/bootpd/tools/bootptest/
H A Dprint-bootp.c299 if (tag == TAG_PAD)
/freebsd-12-stable/sys/nfs/
H A Dbootp_subr.c200 #define TAG_PAD 0 /* Pad option, implicit length 1 */ macro
1355 if (code == TAG_PAD)

Completed in 75 milliseconds