Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-cdp.c191 static const struct cdp_tlvinfo cdptlvs[T_MAX + 1] = { variable
267 info = type <= T_MAX ? &cdptlvs[type] : NULL; in cdp_print()