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

  /src/external/bsd/nsd/dist/
options.c 316 else if (!(acl->tls_auth_options =
332 if (!(acl->tls_auth_options =
1073 /* tls_auth_options is derived from tls_auth_name */
1234 b->tls_auth_options = NULL;
1248 /* fixup tls_auth_options */
1250 b->tls_auth_options = tls_auth_options_find(opt, b->tls_auth_name);
1251 else b->tls_auth_options = NULL;
1607 acl->tls_auth_options = NULL;
1800 struct tls_auth_options*
1803 struct tls_auth_options* tls_auth_options local
    [all...]
options.h 36 typedef struct tls_auth_options tls_auth_options_type;
440 struct tls_auth_options* tls_auth_options; member in struct:acl_options
457 struct tls_auth_options { struct
504 struct tls_auth_options *tls_auth;
554 struct tls_auth_options* tls_auth_options_create(region_type* region);
555 void tls_auth_options_insert(struct nsd_options* opt, struct tls_auth_options* auth);
556 struct tls_auth_options* tls_auth_options_find(struct nsd_options* opt, const char* name);

Completed in 30 milliseconds