Home
last modified time | relevance | path

Searched refs:IFaceBase (Results 1 – 7 of 7) sorted by relevance

/openbmc/google-misc/subprojects/ncsid/src/
H A Dnet_iface.h28 class IFaceBase
31 explicit IFaceBase(const std::string& name);
32 virtual ~IFaceBase() = default;
83 class IFace : public IFaceBase
86 explicit IFace(const std::string& name) : IFaceBase(name) {} in IFace()
H A Dnet_iface.cpp31 IFaceBase::IFaceBase(const std::string& name) : name_{name} in IFaceBase() function in net::IFaceBase
39 int IFaceBase::get_index() const in get_index()
52 int IFaceBase::set_sock_flags(int sockfd, short flags) const in set_sock_flags()
57 int IFaceBase::clear_sock_flags(int sockfd, short flags) const in clear_sock_flags()
62 int IFaceBase::mod_sock_flags(int sockfd, short flags, bool set) const in mod_sock_flags()
H A Dncsi_sockio.h43 int bind_to_iface(const net::IFaceBase& iface);
H A Dncsi_sockio.cpp40 int SockIO::bind_to_iface(const net::IFaceBase& iface) in bind_to_iface()
/openbmc/google-misc/subprojects/ncsid/test/
H A Dnet_iface_mock.h27 class IFace : public net::IFaceBase
30 IFace() : net::IFaceBase("mock0") {} in IFace()
31 explicit IFace(const std::string& name) : net::IFaceBase(name) {} in IFace()
/openbmc/google-misc/subprojects/ncsid/doc/
H A Dncsid_arch.dot41 net_ifacebase [label="net::IFaceBase"];
H A Dncsid_internals.md93 `net::IFaceBase` interface is introduced.