Searched refs:tun_input_pending (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dmtcp.c328 multi_tcp_wait_lite (struct multi_context *m, struct multi_instance *mi, const int action, bool *tun_input_pending) argument
343 tun_input_pending = NULL;
348 tun_input_pending = NULL;
353 tun_input_pending = NULL;
367 if (tun_input_pending && (c->c2.event_set_status & TUN_READ))
368 *tun_input_pending = true;
507 bool tun_input_pending = false; local
528 action = multi_tcp_wait_lite (m, mi, action, &tun_input_pending);
571 if (tun_input_pending && action == TA_UNDEF)
575 tun_input_pending
[all...]

Completed in 37 milliseconds