Searched refs:bind_ip (Results 1 – 2 of 2) sorted by relevance
113 int mbedtls_net_bind( mbedtls_net_context *ctx, const char *bind_ip, const char *port, int proto );
183 int mbedtls_net_bind( mbedtls_net_context *ctx, const char *bind_ip, const char *port, int proto ) in mbedtls_net_bind() argument196 if( bind_ip == NULL ) in mbedtls_net_bind()199 if( getaddrinfo( bind_ip, port, &hints, &addr_list ) != 0 ) in mbedtls_net_bind()