Searched refs:dsock (Results 1 – 3 of 3) sorted by relevance
| /f-stack/tools/ngctl/ |
| H A D | main.c | 144 int csock, dsock; variable 146 int csock = -1, dsock = -1; variable 155 if (dsock >= 0) { in close_ng_socks() 156 ng_close(dsock); in close_ng_socks() 210 if (NgMkSockNode(name, &csock, &dsock) < 0) 282 const int maxfd = MAX(csock, dsock) + 1; 296 FD_SET(dsock, &rfds); 401 const int maxfd = MAX(csock, dsock) + 1; 412 FD_SET(dsock, &rfds); 424 FD_SET(dsock, &rfds); [all …]
|
| H A D | ngctl.h | 83 extern int csock, dsock;
|
| H A D | write.c | 112 if (sendto(dsock, buf, len, in WriteCmd()
|