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" },
387 if (tag == TAG_PAD && vflag < 3) in rfc1048_print()
403 if (tag == TAG_PAD || tag == TAG_END) in rfc1048_print()
414 if (tag == TAG_PAD && vflag > 2) { in rfc1048_print()
416 while (TTEST2(*bp, 1) && *bp == TAG_PAD) { in rfc1048_print()
Dbootp.h68 #define TAG_PAD ((u_int8_t) 0) macro