Searched refs:sock_ (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/ |
| H A D | worker.cc | 280 sock_ = 0; in NetworkThread() 2109 if (-1 == ::bind(sock_, (struct sockaddr*)&sa, sizeof(struct sockaddr))) { in Listen() 2117 listen(sock_, 3); in Listen() 2129 FD_SET(sock_, &rfds); in Wait() 2134 retval = select(sock_ + 1, &rfds, NULL, NULL, &tv); in Wait() 2144 int newsock = accept(sock_, reinterpret_cast<struct sockaddr *>(&sa), &size); in GetConnection() 2359 sock_ = 0; in Work() 2360 if (!CreateSocket(&sock_)) { in Work() 2396 CloseSocket(sock_); in Work() 2408 sock_ = sock; in SetSock() [all …]
|
| H A D | worker.h | 512 int sock_; variable
|
| /OK3568_Linux_fs/kernel/net/tipc/ |
| H A D | socket.c | 412 #define tipc_wait_for_cond(sock_, timeo_, condition_) \ argument 421 sk_ = (sock_)->sk; \ 422 rc_ = tipc_sk_sock_err((sock_), timeo_); \
|