Home
last modified time | relevance | path

Searched defs:msecs (Results 1 – 5 of 5) sorted by relevance

/lib/liblwip/src/core/
Ddhcp.c229 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
Dtimers.c263 sys_timeout_debug(u32_t msecs, sys_timeout_handler handler, void *arg, const char* handler_name) in sys_timeout_debug()
/lib/liblwip/src/include/lwip/
Dtimers.h81 #define sys_timeout(msecs, handler, arg) sys_timeout_debug(msecs, handler, arg, #handler) argument
Dtcpip.h153 u32_t msecs; member
/lib/liblwip/src/api/
Dtcpip.c247 tcpip_timeout(u32_t msecs, sys_timeout_handler h, void *arg) in tcpip_timeout()