Home
last modified time | relevance | path

Searched refs:net_family_is_tcp_ipv4 (Results 1 – 5 of 5) sorted by relevance

/dports/net-im/tox/c-toxcore-0.2.13/toxcore/
H A Dnetwork.h31 bool net_family_is_tcp_ipv4(Family family);
H A Dnetwork.c353 bool net_family_is_tcp_ipv4(Family family) in net_family_is_tcp_ipv4() function
999 if (net_family_is_ipv4(a->family) || net_family_is_tcp_ipv4(a->family)) { in ip_equal()
H A DTCP_connection.c1123 if (net_family_is_tcp_ipv4(ip_port.ip.family)) { in add_tcp_relay_instance()
H A DDHT.c389 if (net_family_is_ipv4(ip_family) || net_family_is_tcp_ipv4(ip_family)) { in packed_node_size()
419 } else if (net_family_is_tcp_ipv4(ip_port->ip.family)) { in pack_ip_port()
H A Donion_client.c996 } else if (net_family_is_tcp_ipv4(family) || net_family_is_tcp_ipv6(family)) { in handle_dhtpk_announce()