Searched defs:msecs (Results 1 – 8 of 8) sorted by relevance
/btstack/3rd-party/lwip/core/src/core/ipv4/ |
H A D | dhcp.c | 304 u16_t msecs; in dhcp_conflict_callback() local 401 u16_t msecs; in dhcp_select() local 968 u16_t msecs; in dhcp_discover() local 1131 u16_t msecs; in dhcp_renew() local 1187 u16_t msecs; in dhcp_rebind() local 1241 u16_t msecs; in dhcp_reboot() local
|
/btstack/3rd-party/lwip/core/src/include/lwip/ |
H A D | timeouts.h | 107 #define sys_timeout(msecs, handler, arg) sys_timeout_debug(msecs, handler, arg, #handler) argument
|
/btstack/3rd-party/lwip/core/src/core/ |
H A D | timeouts.c | 287 sys_timeout_debug(u32_t msecs, sys_timeout_handler handler, void *arg, const char *handler_name) in sys_timeout_debug()
|
/btstack/3rd-party/bluedroid/decoder/include/ |
H A D | oi_bt_spec.h | 215 #define OI_MSECS_TO_BT_TICKS(msecs) (((msecs)*8)/5) argument
|
/btstack/3rd-party/lwip/core/src/api/ |
H A D | tcpip.c | 377 tcpip_timeout(u32_t msecs, sys_timeout_handler h, void *arg) in tcpip_timeout()
|
/btstack/3rd-party/lwip/core/src/include/lwip/priv/ |
H A D | tcpip_priv.h | 156 u32_t msecs; member
|
/btstack/3rd-party/lwip/core/src/core/ipv6/ |
H A D | dhcp6.c | 464 u16_t msecs; in dhcp6_information_request() local
|
/btstack/3rd-party/lwip/core/src/apps/mdns/ |
H A D | mdns_out.c | 1122 mdns_set_timeout(struct netif *netif, u32_t msecs, sys_timeout_handler handler, in mdns_set_timeout()
|