Searched refs:sys_untimeout (Results 1 – 5 of 5) sorted by relevance
| /lib/liblwip/src/include/lwip/ |
| D | timers.h | 86 void sys_untimeout(sys_timeout_handler handler, void *arg);
|
| /lib/liblwip/src/netif/ppp/ |
| 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))
|
| 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()
|
| /lib/liblwip/src/core/ |
| D | timers.c | 321 sys_untimeout(sys_timeout_handler handler, void *arg) in sys_untimeout() function
|
| /lib/liblwip/src/api/ |
| D | tcpip.c | 128 sys_untimeout(msg->msg.tmo.h, msg->msg.tmo.arg); in tcpip_thread()
|