Searched defs:msecs (Results 1 – 5 of 5) sorted by relevance
/lk-master/external/lib/lwip/core/ |
A D | dhcp.c | 229 u16_t msecs; in dhcp_check() local 287 u16_t msecs; in dhcp_select() local 836 u16_t msecs; in dhcp_decline() local 876 u16_t msecs; in dhcp_discover() local 1026 u16_t msecs; in dhcp_renew() local 1080 u16_t msecs; in dhcp_rebind() local 1130 u16_t msecs; in dhcp_reboot() local 1172 u16_t msecs; in dhcp_release() local
|
A D | timers.c | 263 sys_timeout_debug(u32_t msecs, sys_timeout_handler handler, void *arg, const char* handler_name) in sys_timeout_debug()
|
/lk-master/external/lib/lwip/include/lwip/ |
A D | timers.h | 81 #define sys_timeout(msecs, handler, arg) sys_timeout_debug(msecs, handler, arg, #handler) argument
|
A D | tcpip.h | 153 u32_t msecs; member
|
/lk-master/external/lib/lwip/api/ |
A D | tcpip.c | 247 tcpip_timeout(u32_t msecs, sys_timeout_handler h, void *arg) in tcpip_timeout()
|
Completed in 10 milliseconds