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

/vbox/src/VBox/NetworkServices/NAT/
H A Dpxtcp.c69 # define HAVE_TCP_POLLHUP 0 /* not reported */ macro
71 # define HAVE_TCP_POLLHUP POLLIN /* reported when remote closes */ macro
73 # define HAVE_TCP_POLLHUP (POLLIN|POLLOUT) /* reported when both directions are closed */ macro
236 #if !(HAVE_TCP_POLLHUP & POLLOUT)
296 #if !(HAVE_TCP_POLLHUP & POLLOUT)
322 #if !(HAVE_TCP_POLLHUP & POLLOUT)
510 #if !(HAVE_TCP_POLLHUP & POLLOUT)
541 #endif /* !(HAVE_TCP_POLLHUP & POLLOUT) */
1432 #if !(HAVE_TCP_POLLHUP & POLLOUT)
1716 #if !HAVE_TCP_POLLHUP
[all...]

Completed in 45 milliseconds