Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-lldp.c994 uint8_t ca_type, ca_len; in lldp_private_tia_print() local
1093 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()
/freebsd/contrib/ofed/libibumad/
H A Dumad.h179 char ca_type[40]; member
H A Dumad.c403 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()
/freebsd/contrib/ofed/infiniband-diags/src/
H A Dibstat.c76 ca->ca_type); in ca_dump()