Searched refs:sys_untimeout (Results 1 - 12 of 12) sorted by relevance
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/ |
H A D | timers.h | 86 void sys_untimeout(sys_timeout_handler handler, void *arg);
|
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/ |
H A D | sys.h | 50 #define sys_untimeout(m,a) macro 95 void sys_untimeout(sys_timeout_handler h, void *arg);
|
/vbox/src/VBox/Devices/Network/lwip/src/core/ |
H A D | sys.c | 208 sys_untimeout(sys_timeout_handler h, void *arg) function 276 sys_untimeout(sswt_handler, &sswt_cb);
|
/vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/ |
H A D | ppp.h | 94 #define TIMEOUT(f, a, t) sys_untimeout((f), (a)), sys_timeout((t)*1000, (f), (a)) 95 #define UNTIMEOUT(f, a) sys_untimeout((f), (a))
|
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/ |
H A D | ppp_impl.h | 108 #define TIMEOUT(f, a, t) do { sys_untimeout((f), (a)); sys_timeout((t)*1000, (f), (a)); } while(0) 109 #define UNTIMEOUT(f, a) sys_untimeout((f), (a))
|
H A D | ppp_oe.c | 186 sys_untimeout(pppoe_timeout, sc); 509 sys_untimeout(pppoe_timeout, sc); 522 sys_untimeout(pppoe_timeout, sc); 1116 sys_untimeout(pppoe_timeout, sc);
|
/vbox/src/VBox/NetworkServices/NAT/ |
H A D | proxy_rtadvd.c | 117 sys_untimeout(proxy_rtadvd_timer, proxy_netif); 272 sys_untimeout(proxy_rtadvd_timer, proxy_netif);
|
H A D | proxy_tftpd.c | 381 sys_untimeout(tftp_timeout, xfer); 551 sys_untimeout(tftp_timeout, xfer);
|
/vbox/src/VBox/Devices/Network/lwip/vbox/include/ |
H A D | lwipopts.h | 241 #define sys_untimeout lwip_sys_untimeout macro
|
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/ |
H A D | lwip-namespace.h | 157 #define sys_untimeout lwip_sys_untimeout macro
|
/vbox/src/VBox/Devices/Network/lwip-new/src/api/ |
H A D | tcpip.c | 134 sys_untimeout(msg->msg.tmo.h, msg->msg.tmo.arg); 288 * call sys_untimeout in tcpip_thread
|
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ |
H A D | timers.c | 440 sys_untimeout(sys_timeout_handler handler, void *arg) function
|
Completed in 50 milliseconds