Home
last modified time | relevance | path

Searched refs:tcp_active_pcbs_changed (Results 1 – 2 of 2) sorted by relevance

/lk-master/external/lib/lwip/include/lwip/
A Dtcp_impl.h308 extern u8_t tcp_active_pcbs_changed;
398 tcp_active_pcbs_changed = 1; \
404 tcp_active_pcbs_changed = 1; \
410 tcp_active_pcbs_changed = 1; \
/lk-master/external/lib/lwip/core/
A Dtcp.c119 u8_t tcp_active_pcbs_changed; variable
973 tcp_active_pcbs_changed = 0; in tcp_slowtmr()
975 if (tcp_active_pcbs_changed) { in tcp_slowtmr()
988 tcp_active_pcbs_changed = 0; in tcp_slowtmr()
990 if (tcp_active_pcbs_changed) { in tcp_slowtmr()
1071 tcp_active_pcbs_changed = 0; in tcp_fasttmr()
1073 if (tcp_active_pcbs_changed) { in tcp_fasttmr()

Completed in 6 milliseconds