Searched refs:sys_untimeout (Results 1 – 5 of 5) sorted by relevance
/lk-master/external/lib/lwip/include/lwip/ |
A D | timers.h | 86 void sys_untimeout(sys_timeout_handler handler, void *arg);
|
/lk-master/external/lib/lwip/netif/ppp/ |
A D | ppp_impl.h | 108 #define TIMEOUT(f, a, t) do { sys_untimeout((f), (a)); sys_timeout((t)*1000, (f), (a)); } while(… 109 #define UNTIMEOUT(f, a) sys_untimeout((f), (a))
|
A D | ppp_oe.c | 186 sys_untimeout(pppoe_timeout, sc); in pppoe_destroy() 509 sys_untimeout(pppoe_timeout, sc); in pppoe_dispatch_disc_pkt() 522 sys_untimeout(pppoe_timeout, sc); in pppoe_dispatch_disc_pkt() 1116 sys_untimeout(pppoe_timeout, sc); in pppoe_clear_softc()
|
/lk-master/external/lib/lwip/core/ |
A D | timers.c | 321 sys_untimeout(sys_timeout_handler handler, void *arg) in sys_untimeout() function
|
/lk-master/external/lib/lwip/api/ |
A D | tcpip.c | 128 sys_untimeout(msg->msg.tmo.h, msg->msg.tmo.arg); in tcpip_thread()
|
Completed in 6 milliseconds