Searched refs:stlv_type (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/tcpdump/
H A Dprint-isoclns.c1321 int stlv_type, stlv_len; local
1327 stlv_type = *(tptr++);
1332 tok2str(isis_mt_port_cap_subtlv_values, "unknown", stlv_type),
1333 stlv_type,
1339 switch (stlv_type)
1434 int stlv_type, stlv_len, tmp; local
1438 stlv_type = *(tptr++);
1443 tok2str(isis_mt_capability_subtlv_values, "unknown", stlv_type),
1444 stlv_type,
1449 switch (stlv_type)
[all...]

Completed in 129 milliseconds