Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/tcpdump/
H A Dprint-lldp.c974 uint8_t ca_type, ca_len; in lldp_private_tia_print() local
1071 ca_type = *(tptr); in lldp_private_tia_print()
1078 tok2str(lldp_tia_location_lci_catype_values, "unknown", ca_type), in lldp_private_tia_print()
1079 ca_type, ca_len)); in lldp_private_tia_print()
1082 if ( ca_type == 0 || ca_len == 0) { in lldp_private_tia_print()
/freebsd-13.1/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-13.1/contrib/ofed/infiniband-diags/src/
H A Dibstat.c76 ca->ca_type); in ca_dump()