ReactOS 0.4.15-dev-7918-g2a2556c
timers.c File Reference
#include "lwip/opt.h"
#include "lwip/timers.h"
#include "lwip/tcp_impl.h"
Include dependency graph for timers.c:

Go to the source code of this file.

Functions

void tcp_timer_needed (void)
 

Detailed Description

Stack-internal timers implementation. This file includes timer callbacks for stack-internal timers as well as functions to set up or stop timers and check for expired timers.

Definition in file timers.c.

Function Documentation

◆ tcp_timer_needed()

void tcp_timer_needed ( void  )

Definition at line 484 of file timers.c.

485{
486}