Searched refs:bind_sock (Results 1 – 6 of 6) sorted by relevance
58 virtual int bind_sock(int sockfd) const = 0;92 int bind_sock(int sockfd) const override;
50 RETURN_IF_ERROR(iface.bind_sock(sockfd_), in bind_to_iface()
104 int IFace::bind_sock(int sockfd) const in bind_sock() function in net::IFace
23 int IFace::bind_sock(int sockfd) const in bind_sock() function in mock::IFace
32 int bind_sock(int sockfd) const override;
413 static int bind_sock(int domain, int type, const char *ip, in bind_sock() function502 res = bind_sock(test->domain, test->type, test->ip, test->port, in run_test_case()