HomeSort by: relevance | last modified time | path
    Searched defs:tlsid (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mpl/bind/dist/bin/named/
transportconf.c 145 const char *tlsid = NULL; local
155 tlsid = cfg_obj_asstring(cfg_map_getname(tls));
157 if (!strcmp(tlsid, "ephemeral")) {
161 create_name(tlsid, &tlsname);
166 dns_transport_set_tlsname(transport, tlsid);
189 "configuring tls '%s': %s", tlsid,
transportconf.c 145 const char *tlsid = NULL; local
155 tlsid = cfg_obj_asstring(cfg_map_getname(tls));
157 if (!strcmp(tlsid, "ephemeral")) {
161 create_name(tlsid, &tlsname);
166 dns_transport_set_tlsname(transport, tlsid);
189 "configuring tls '%s': %s", tlsid,
transportconf.c 145 const char *tlsid = NULL; local
155 tlsid = cfg_obj_asstring(cfg_map_getname(tls));
157 if (!strcmp(tlsid, "ephemeral")) {
161 create_name(tlsid, &tlsname);
166 dns_transport_set_tlsname(transport, tlsid);
189 "configuring tls '%s': %s", tlsid,

Completed in 57 milliseconds