Home
last modified time | relevance | path

Searched refs:mod_sock_flags (Results 1 – 2 of 2) sorted by relevance

/openbmc/google-misc/subprojects/ncsid/src/
H A Dnet_iface.cpp54 return mod_sock_flags(sockfd, flags, true); in set_sock_flags()
59 return mod_sock_flags(sockfd, flags, false); in clear_sock_flags()
62 int IFaceBase::mod_sock_flags(int sockfd, short flags, bool set) const in mod_sock_flags() function in net::IFaceBase
H A Dnet_iface.h80 int mod_sock_flags(int sockfd, short flags, bool set) const;