Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-bootp.c95 #define TAG_PAD ((uint8_t) 0) macro
415 { TAG_PAD, " PAD" },
615 if (tag == TAG_PAD && ndo->ndo_vflag < 3) in rfc1048_print()
631 if (tag == TAG_PAD || tag == TAG_END) in rfc1048_print()
642 if (tag == TAG_PAD && ndo->ndo_vflag > 2) { in rfc1048_print()
644 while (ND_TTEST2(*bp, 1) && *bp == TAG_PAD) { in rfc1048_print()