Home
last modified time | relevance | path

Searched refs:link_down (Results 1 – 4 of 4) sorted by relevance

/third_party/lwip/test/unit/tcp/
Dtest_tcp.c1187 static void test_tcp_rto_timeout_impl(int link_down) in test_tcp_rto_timeout_impl() argument
1241 if (link_down) { in test_tcp_rto_timeout_impl()
1252 if (link_down) { in test_tcp_rto_timeout_impl()
1284 static void test_tcp_rto_timeout_syn_sent_impl(int link_down) in test_tcp_rto_timeout_syn_sent_impl() argument
1336 if (link_down) { in test_tcp_rto_timeout_syn_sent_impl()
1348 if (link_down) { in test_tcp_rto_timeout_syn_sent_impl()
1380 static void test_tcp_zwp_timeout_impl(int link_down) in test_tcp_zwp_timeout_impl() argument
1467 if (link_down) { in test_tcp_zwp_timeout_impl()
1476 if (link_down) { in test_tcp_zwp_timeout_impl()
/third_party/lwip/src/include/netif/ppp/
Dppp_impl.h555 void link_down(ppp_pcb *pcb); /* the LCP layer has left the Opened state */
/third_party/lwip/src/netif/ppp/
Dauth.c698 void link_down(ppp_pcb *pcb) { in link_down() function
Dlcp.c2345 link_down(pcb); in lcp_down()