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.c927 u_int8_t ca_type, ca_len; in lldp_private_tia_print() local
1024 ca_type = *(tptr); in lldp_private_tia_print()
1031 tok2str(lldp_tia_location_lci_catype_values, "unknown", ca_type), in lldp_private_tia_print()
1032 ca_type, ca_len); in lldp_private_tia_print()
1035 if ( ca_type == 0 || ca_len == 0) { in lldp_private_tia_print()