HomeSort by: relevance | last modified time | path
    Searched refs:req_flags (Results 1 - 13 of 13) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/tlsproxy/
tlsproxy.h 29 int req_flags; /* request flags, see tls_proxy.h */ member in struct:__anon23200
tlsproxy.c 785 if ((state->req_flags & TLS_PROXY_FLAG_SEND_CONTEXT) != 0
1399 int req_flags; local
1433 RECV_ATTR_INT(TLS_ATTR_FLAGS, &req_flags),
1453 (req_flags & TLS_PROXY_FLAG_ROLE_SERVER) ? "from" :
1454 (req_flags & TLS_PROXY_FLAG_ROLE_CLIENT) ? "to" :
1456 state->req_flags = req_flags;
1465 switch (req_flags & (TLS_PROXY_FLAG_ROLE_CLIENT | TLS_PROXY_FLAG_ROLE_SERVER)) {
1492 msg_warn("%s: bad request flags: 0x%x", myname, req_flags);
  /src/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/
init_sec_context.c 385 OM_uint32 req_flags,
486 OM_uint32 req_flags,
524 req_flags &= ~(GSS_C_DELEG_FLAG|GSS_C_DELEG_POLICY_FLAG);
532 if ((req_flags & GSS_C_DELEG_POLICY_FLAG)
536 if (req_flags & GSS_C_DELEG_FLAG)
549 if (req_flags & GSS_C_MUTUAL_FLAG) {
554 if (req_flags & GSS_C_REPLAY_FLAG)
556 if (req_flags & GSS_C_SEQUENCE_FLAG)
559 if (req_flags & GSS_C_ANON_FLAG)
562 if (req_flags & GSS_C_DCE_STYLE)
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/gssapi/mech/
gss_init_sec_context.c 77 * @param req_flags flags using when building the context, see @ref
116 OM_uint32 req_flags,
201 req_flags,
  /src/crypto/external/bsd/heimdal/dist/lib/gssapi/spnego/
init_sec_context.c 186 OM_uint32 req_flags,
261 req_flags,
383 OM_uint32 req_flags,
504 req_flags,
623 OM_uint32 req_flags,
639 req_flags,
653 req_flags,
  /src/external/ibm-public/postfix/dist/src/util/
dict_cache.c 1007 int req_flags; member in struct:DICT_CACHE_SREQ_INFO
1025 int req_flags; local
1044 req_flags = rp->req_flags;
1046 req_flags |= DICT_CACHE_SREQ_FLAG_REVERSE;
1064 cp->flags = req_flags;
  /src/external/bsd/openldap/dist/libraries/libldap/
gssapi.c 669 OM_uint32 req_flags; local
710 req_flags = ld->ld_options.ldo_gssapi_flags;
711 req_flags |= GSS_C_MUTUAL_FLAG | GSS_C_REPLAY_FLAG;
723 req_flags,
760 req_flags,
  /src/crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/
init_sec_context.c 262 OM_uint32 req_flags,
309 if (req_flags & GSS_C_CONF_FLAG)
311 if (req_flags & GSS_C_INTEG_FLAG)
  /src/sys/dev/ic/
ispmbox.h 385 uint16_t req_flags; member in struct:__anon2839
431 uint16_t req_flags; member in struct:__anon2842
445 uint16_t req_flags; member in struct:__anon2843
461 uint16_t req_flags; member in struct:__anon2844
476 uint16_t req_flags; member in struct:__anon2845
512 uint16_t req_flags; member in struct:__anon2846
536 uint16_t req_flags; member in struct:__anon2848
isp_library.c 190 ((ispreq_t *)fqe)->req_flags |= ddf;
201 ((ispreq_t *)fqe)->req_flags |= ddf;
212 ((ispreqt2_t *)fqe)->req_flags |= ddf;
223 ((ispreqt3_t *)fqe)->req_flags |= ddf;
796 ISP_IOXPUT_16(isp, rqsrc->req_flags, &rqdst->req_flags);
858 ISP_IOXPUT_16(isp, src->req_flags, &dst->req_flags);
880 ISP_IOXPUT_16(isp, src->req_flags, &dst->req_flags);
    [all...]
isp.c 4355 ((ispreqt2_t *)reqp)->req_flags = XS_TAG_TYPE(xs);
4362 ((ispreqt2_t *)reqp)->req_flags = REQFLAG_HTAG;
4364 ((ispreqt2_t *)reqp)->req_flags = REQFLAG_STAG;
4369 reqp->req_flags = XS_TAG_TYPE(xs);
  /src/sys/dev/pci/
if_vioif.c 467 int r, i, req_flags; local
498 req_flags = 0;
501 req_flags |= VIRTIO_F_INTR_MPSAFE;
503 req_flags |= VIRTIO_F_INTR_MSIX;
571 req_flags |= VIRTIO_F_INTR_PERVQ;
626 vioif_config_change, req_flags);
virtio.c 1386 int req_flags)
1394 KASSERT((req_flags & VIRTIO_ASSERT_FLAGS) != VIRTIO_ASSERT_FLAGS);
1410 sc->sc_flags = req_flags;

Completed in 32 milliseconds