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

/freebsd-13-stable/contrib/tcpdump/
H A Dprint-lldp.c974 uint8_t ca_type, ca_len; local
1071 ca_type = *(tptr);
1078 tok2str(lldp_tia_location_lci_catype_values, "unknown", ca_type),
1079 ca_type, ca_len));
1082 if ( ca_type == 0 || ca_len == 0) {
/freebsd-13-stable/contrib/ofed/infiniband-diags/src/
H A Dibstat.c75 ca->ca_type);
/freebsd-13-stable/contrib/ofed/libibumad/
H A Dumad.h179 char ca_type[40]; member in struct:umad_ca
H A Dumad.c403 if ((r = sys_read_string(dir_name, SYS_CA_TYPE, ca->ca_type,
404 sizeof ca->ca_type)) < 0)
405 ca->ca_type[0] = '\0';

Completed in 77 milliseconds