Home
last modified time | relevance | path

Searched refs:bind_sock (Results 1 – 6 of 6) sorted by relevance

/openbmc/google-misc/subprojects/ncsid/src/
H A Dnet_iface.h58 virtual int bind_sock(int sockfd) const = 0;
92 int bind_sock(int sockfd) const override;
H A Dncsi_sockio.cpp44 RETURN_IF_ERROR(iface.bind_sock(sockfd_), in bind_to_iface()
H A Dnet_iface.cpp104 int IFace::bind_sock(int sockfd) const in bind_sock() function in net::IFace
/openbmc/google-misc/subprojects/ncsid/test/
H A Dnet_iface_mock.cpp23 int IFace::bind_sock(int sockfd) const in bind_sock() function in mock::IFace
H A Dnet_iface_mock.h32 int bind_sock(int sockfd) const override;
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_sock.c413 static int bind_sock(int domain, int type, const char *ip, in bind_sock() function
502 res = bind_sock(test->domain, test->type, test->ip, test->port, in run_test_case()