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

/vbox/src/VBox/Devices/Network/lwip/src/core/
H A Dtcp.c554 inactive for too long, will drop the data (it will eventually
759 struct tcp_pcb *pcb, *inactive; local
769 inactive = NULL;
775 inactive = pcb;
779 if (inactive != NULL) {
781 (void *)inactive, inactivity));
782 tcp_abort(inactive);
790 struct tcp_pcb *pcb, *inactive; local
794 inactive = NULL;
798 inactive
[all...]
/vbox/src/VBox/Devices/Network/lwip-new/src/core/
H A Dtcp.c991 inactive for too long, will drop the data (it will eventually
1304 struct tcp_pcb *pcb, *inactive; local
1313 inactive = NULL;
1319 inactive = pcb;
1323 if (inactive != NULL) {
1325 (void *)inactive, inactivity));
1326 tcp_abort(inactive);
1337 struct tcp_pcb *pcb, *inactive; local
1341 inactive = NULL;
1346 inactive
[all...]

Completed in 77 milliseconds