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

  /src/external/mpl/bind/dist/lib/isc/netmgr/
tcp.c 74 accept_connection(isc_nmsocket_t *ssock);
524 isc_nmsocket_t *ssock = uv_handle_get_data((uv_handle_t *)server); local
527 REQUIRE(ssock->accept_cb != NULL);
534 REQUIRE(VALID_NMSOCK(ssock));
535 REQUIRE(ssock->tid == isc_tid());
537 if (isc__nmsocket_closing(ssock)) {
543 isc_nmsocket_t *csock = isc_mempool_get(ssock->worker->nmsocket_pool);
544 isc__nmsocket_init(csock, ssock->worker, isc_nm_tcpsocket,
545 &ssock->iface, NULL);
546 isc__nmsocket_attach(ssock, &csock->server)
830 isc_nmsocket_t *ssock = csock->server; local
843 isc_nmsocket_t *ssock = csock->server; local
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/isc/netmgr/
tcp.c 75 accept_connection(isc_nmsocket_t *ssock, isc_quota_t *quota);
633 isc_nmsocket_t *ssock = uv_handle_get_data((uv_handle_t *)server); local
642 REQUIRE(VALID_NMSOCK(ssock));
643 REQUIRE(ssock->tid == isc_nm_tid());
645 if (isc__nmsocket_closing(ssock)) {
650 if (ssock->pquota != NULL) {
651 result = isc_quota_attach_cb(ssock->pquota, &quota,
652 &ssock->quotacb);
654 isc__nm_incstats(ssock->mgr,
655 ssock->statsindex[STATID_ACCEPTFAIL])
    [all...]
tcpdns.c 73 accept_connection(isc_nmsocket_t *ssock, isc_quota_t *quota);
599 isc_nmsocket_t *ssock = uv_handle_get_data((uv_handle_t *)server); local
608 REQUIRE(VALID_NMSOCK(ssock));
609 REQUIRE(ssock->tid == isc_nm_tid());
611 if (isc__nmsocket_closing(ssock)) {
616 if (ssock->pquota != NULL) {
617 result = isc_quota_attach_cb(ssock->pquota, &quota,
618 &ssock->quotacb);
620 isc__nm_incstats(ssock->mgr,
621 ssock->statsindex[STATID_ACCEPTFAIL])
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/helpers/
handshake.c 1317 static int create_sctp_socks(int *ssock, int *csock)
1384 *ssock = asock;
1495 int csock, ssock; local
1497 if (create_sctp_socks(&ssock, &csock)) {
1499 server_to_client = BIO_new_dgram_sctp(ssock, BIO_CLOSE);
  /src/crypto/external/bsd/openssl/dist/test/helpers/
handshake.c 1303 static int create_sctp_socks(int *ssock, int *csock)
1370 *ssock = asock;
1481 int csock, ssock; local
1483 if (create_sctp_socks(&ssock, &csock)) {
1485 server_to_client = BIO_new_dgram_sctp(ssock, BIO_CLOSE);
  /src/crypto/external/bsd/openssl.old/dist/test/
handshake_helper.c 1325 static int create_sctp_socks(int *ssock, int *csock)
1392 *ssock = asock;
1502 int csock, ssock; local
1504 if (create_sctp_socks(&ssock, &csock)) {
1506 server_to_client = BIO_new_dgram_sctp(ssock, BIO_CLOSE);
  /src/crypto/external/apache2/openssl/dist/test/
quicapitest.c 61 int ssock = 0, csock = 0; local
88 &ssock)))
103 if (!TEST_true(wait_until_sock_readable(ssock)))

Completed in 32 milliseconds