Searched defs:pollmgr (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/NetworkServices/NAT/
H A Dproxy_pollmgr.c45 struct pollmgr { struct
53 #define POLLMGR_CHFD_RD 0 /* - pollmgr side */
55 } pollmgr; variable in typeref:struct:pollmgr
87 pollmgr.fds = NULL;
88 pollmgr.handlers = NULL;
89 pollmgr.capacity = 0;
90 pollmgr.nfds = 0;
93 pollmgr.chan[i][POLLMGR_CHFD_RD] = -1;
94 pollmgr.chan[i][POLLMGR_CHFD_WR] = -1;
99 status = socketpair(PF_LOCAL, SOCK_DGRAM, 0, pollmgr
[all...]

Completed in 43 milliseconds