Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-bootp.c206 { TAG_END, " END" },
389 if (tag == TAG_END && vflag < 3) in rfc1048_print()
403 if (tag == TAG_PAD || tag == TAG_END) in rfc1048_print()
Dbootp.h82 #define TAG_END ((u_int8_t) 255) macro