Searched refs:ca_type (Results 1 – 4 of 4) sorted by relevance
994 uint8_t ca_type, ca_len; in lldp_private_tia_print() local1093 ca_type = GET_U_1(tptr); in lldp_private_tia_print()1100 tok2str(lldp_tia_location_lci_catype_values, "unknown", ca_type), in lldp_private_tia_print()1101 ca_type, ca_len); in lldp_private_tia_print()1104 if ( ca_type == 0 || ca_len == 0) { in lldp_private_tia_print()
179 char ca_type[40]; member
403 if ((r = sys_read_string(dir_name, SYS_CA_TYPE, ca->ca_type, in get_ca()404 sizeof ca->ca_type)) < 0) in get_ca()405 ca->ca_type[0] = '\0'; in get_ca()
76 ca->ca_type); in ca_dump()