Home
last modified time | relevance | path

Searched refs:bind_sock (Results 1 – 5 of 5) 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.cpp50 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;