Home
last modified time | relevance | path

Searched refs:bind_to_iface (Results 1 – 4 of 4) sorted by relevance

/openbmc/google-misc/subprojects/ncsid/src/
H A Dncsi_sockio.h43 int bind_to_iface(const net::IFaceBase& iface);
H A Dncsid.cpp36 ncsi_sock.bind_to_iface(eth); in main()
H A Dncsi_sockio.cpp40 int SockIO::bind_to_iface(const net::IFaceBase& iface) in bind_to_iface() function in ncsi::SockIO
/openbmc/google-misc/subprojects/ncsid/test/
H A Dsock_test.cpp37 ncsi_sock.bind_to_iface(iface_mock); in TEST()