Home | History | Annotate | Download | only in syslogd

Lines Matching refs:incoming

619 /* used for incoming connections in check_peer_cert() */
630 " \"%s\"", conn_info->incoming ? "server" : "client",
654 conn_info->incoming ? "client" : "server",
661 conn_info->incoming ? "client" : "server",
737 * - conn_info->incoming:
742 * - conn_info->fingerprint (only if !conn_info->incoming)
760 if (conn_info->incoming) {
785 * && !conn_info->incoming */
786 if (!conn_info->incoming && preverify_ok) {
795 } else if (!conn_info->incoming && !preverify_ok) {
814 * Create TCP sockets for incoming TLS connections.
1358 DPRINTF((D_TLS|D_NET), "incoming TCP connection\n");
1425 logerror("Unable to allocate memory to accept incoming "
1436 conn_info->incoming = true;
1455 * because there should not be any incoming data beside metadata.
1473 /* First check for incoming metadata. */
1585 "incoming status is msg_start %zu, msg_len %zu, pos %zu\n",
1979 assert(conn_info->incoming == 1