Home
last modified time | relevance | path

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

/src/contrib/tcpdump/
H A Dprint-cfm.c280 u_int hexdump, tlen, cfm_tlv_len, cfm_tlv_type, ccm_interval; in cfm_print() local
533 cfm_tlv_type = GET_U_1(cfm_tlv_header->type); in cfm_print()
536 tok2str(cfm_tlv_values, "Unknown", cfm_tlv_type), in cfm_print()
537 cfm_tlv_type); in cfm_print()
539 if (cfm_tlv_type == CFM_TLV_END) { in cfm_print()
562 switch(cfm_tlv_type) { in cfm_print()