Home
last modified time | relevance | path

Searched defs:SockIO (Results 1 – 2 of 2) sorted by relevance

/openbmc/google-misc/subprojects/ncsid/src/
H A Dncsi_sockio.h32 explicit SockIO(int sockfd) : net::SockIO(sockfd) {} in SockIO() function
H A Dnet_sockio.h28 explicit SockIO(int sockfd) : sockfd_{sockfd} {} in SockIO() function