Home
last modified time | relevance | path

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

/external/ipsec-tools/src/racoon/samples/roadwarrior/client/
Dracoon.conf10 ca_type x509 "root-ca.crt";
/external/tcpdump/
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()