Home
last modified time | relevance | path

Searched refs:sys_untimeout (Results 1 – 5 of 5) sorted by relevance

/lib/liblwip/src/include/lwip/
Dtimers.h86 void sys_untimeout(sys_timeout_handler handler, void *arg);
/lib/liblwip/src/netif/ppp/
Dppp_impl.h108 #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))
Dppp_oe.c186 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()
/lib/liblwip/src/core/
Dtimers.c321 sys_untimeout(sys_timeout_handler handler, void *arg) in sys_untimeout() function
/lib/liblwip/src/api/
Dtcpip.c128 sys_untimeout(msg->msg.tmo.h, msg->msg.tmo.arg); in tcpip_thread()