Searched refs:socket_can_bind_connect (Results 1 – 1 of 1) sorted by relevance
42 static int socket_can_bind_connect(const char *hostname, int family) in socket_can_bind_connect() 141 if (socket_can_bind_connect("127.0.0.1", PF_INET) < 0) { in socket_check_protocol_support() 149 if (socket_can_bind_connect("::1", PF_INET6) < 0) { in socket_check_protocol_support() 41 static int socket_can_bind_connect(const char *hostname, int family) socket_can_bind_connect() function