Lines Matching defs:inactive
360 * inactive for too long, will drop the data (it will eventually
1529 inactive for too long, will drop the data (it will eventually
1886 struct tcp_pcb *pcb, *inactive;
1907 inactive = NULL;
1914 inactive = pcb;
1918 if (inactive != NULL) {
1920 (void *)inactive, inactivity));
1921 tcp_abort(inactive);
1932 struct tcp_pcb *pcb, *inactive;
1938 inactive = NULL;
1945 inactive = pcb;
1949 if (inactive != NULL) {
1951 tcp_state_str[state], (void *)inactive, inactivity));
1953 tcp_abandon(inactive, 0);
1964 struct tcp_pcb *pcb, *inactive;
1968 inactive = NULL;
1973 inactive = pcb;
1976 if (inactive != NULL) {
1978 (void *)inactive, inactivity));
1979 tcp_abort(inactive);