Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-bootp.c192 { TAG_PAD, " PAD" },
383 if (tag == TAG_PAD && vflag < 3) in rfc1048_print()
399 if (tag == TAG_PAD || tag == TAG_END) in rfc1048_print()
410 if (tag == TAG_PAD && vflag > 2) { in rfc1048_print()
412 while (TTEST2(*bp, 1) && *bp == TAG_PAD) { in rfc1048_print()
Dbootp.h67 #define TAG_PAD ((u_int8_t) 0) macro