| /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 | 784 if ((state->req_flags & TLS_PROXY_FLAG_SEND_CONTEXT) != 0 1391 int req_flags; local 1425 RECV_ATTR_INT(TLS_ATTR_FLAGS, &req_flags), 1445 (req_flags & TLS_PROXY_FLAG_ROLE_SERVER) ? "from" : 1446 (req_flags & TLS_PROXY_FLAG_ROLE_CLIENT) ? "to" : 1448 state->req_flags = req_flags; 1457 switch (req_flags & (TLS_PROXY_FLAG_ROLE_CLIENT | TLS_PROXY_FLAG_ROLE_SERVER)) { 1482 msg_warn("%s: bad request flags: 0x%x", myname, 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/external/ibm-public/postfix/dist/src/util/ |
| dict_cache.c | 994 int req_flags; member in struct:DICT_CACHE_SREQ_INFO 1012 int req_flags; local 1031 req_flags = rp->req_flags; 1033 req_flags |= DICT_CACHE_SREQ_FLAG_REVERSE; 1051 cp->flags = req_flags;
|
| /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);
|
| /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
|