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

  /src/external/ibm-public/postfix/dist/src/smtp/
smtp_tls_policy_test.c 236 char *ext_policy_type; /* (sts) */ member in struct:WANT_SMTP_TLS_POLICY
272 if (match_cstr("ext_policy_type", want->ext_policy_type,
273 got->ext_policy_type) == 0) {
274 msg_warn("%s->ext_policy_type mismatch", what);
328 .ext_policy_type = "sts",
375 .ext_policy_type = "sts",
419 .ext_policy_type = "sts",
smtp.h 122 char *ext_policy_type; /* (sts) */ member in struct:SMTP_TLS_POLICY
136 #define EXT_POLICY_TYPE "policy_type"
178 _tls_policy_init_tmp->ext_policy_type = 0; \

Completed in 24 milliseconds