Home
last modified time | relevance | path

Searched refs:TOX_SOCK_STREAM (Results 1 – 7 of 7) sorted by relevance

/dports/net-im/tox/c-toxcore-0.2.13/toxcore/
H A Dnetwork.h129 #define TOX_SOCK_STREAM 1 macro
H A DLAN_discovery.c132 const Socket sock = net_socket(net_family_ipv4, TOX_SOCK_STREAM, 0); in fetch_broadcast_info()
H A DTCP_client.c689 Socket sock = net_socket(family, TOX_SOCK_STREAM, TOX_PROTO_TCP); in new_TCP_connection()
H A DTCP_server.c1032 Socket sock = net_socket(family, TOX_SOCK_STREAM, TOX_PROTO_TCP); in new_listening_TCP_socket()
H A Dnetwork.c222 case TOX_SOCK_STREAM: in make_socktype()
H A Dtox.c752 int32_t count = net_getipport(host, &root, TOX_SOCK_STREAM); in tox_add_tcp_relay()
/dports/net-im/tox/c-toxcore-0.2.13/auto_tests/
H A DTCP_test.c66 sock = net_socket(net_family_ipv6, TOX_SOCK_STREAM, TOX_PROTO_TCP); in START_TEST()
193 Socket sock = net_socket(net_family_ipv6, TOX_SOCK_STREAM, TOX_PROTO_TCP); in new_TCP_con()