Searched defs:msecs (Results 1 – 9 of 9) sorted by relevance
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv4/ |
A D | dhcp.c | 287 u16_t msecs; in dhcp_check() local 348 u16_t msecs; in dhcp_select() local 932 u16_t msecs; in dhcp_decline() local 974 u16_t msecs; in dhcp_discover() local 1144 u16_t msecs; in dhcp_renew() local 1196 u16_t msecs; in dhcp_rebind() local 1246 u16_t msecs; in dhcp_reboot() local
|
/AliOS-Things-master/hardware/chip/rtl872xd/hal/ |
A D | wdg.c | 36 uint32_t msecs = wdg->config.timeout; in hal_wdg_init() local
|
/AliOS-Things-master/components/ble_host/bt_host/port/core/ |
A D | timer.c | 32 struct mtimer *mtimer_start(uint32_t msecs, timeout_handler handler, void *arg) in mtimer_start()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/ |
A D | timeouts.h | 100 #define sys_timeout(msecs, handler, arg) sys_timeout_debug(msecs, handler, arg, #handler) argument
|
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/ |
A D | timeouts.h | 100 #define sys_timeout(msecs, handler, arg) sys_timeout_debug(msecs, handler, arg, #handler) argument
|
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ |
A D | timeouts.c | 201 sys_timeout_debug(u32_t msecs, sys_timeout_handler handler, void *arg, const char* handler_name) in sys_timeout_debug()
|
/AliOS-Things-master/components/lwip/lwip2.0.0/api/ |
A D | tcpip.c | 320 tcpip_timeout(u32_t msecs, sys_timeout_handler h, void *arg) in tcpip_timeout()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/priv/ |
A D | tcpip_priv.h | 146 u32_t msecs; member
|
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/priv/ |
A D | tcpip_priv.h | 160 u32_t msecs; member
|
Completed in 19 milliseconds