Searched refs:expire (Results 1 – 14 of 14) sorted by relevance
/Zephyr-Core-3.7.0/drivers/ethernet/ |
D | Kconfig.enc28j60 | 39 of the driver will wait for the OST to expire, indicated
|
/Zephyr-Core-3.7.0/subsys/net/lib/dhcpv6/ |
D | dhcpv6.c | 135 if (iface->config.dhcpv6.expire < expire_abs) { in dhcvp6_update_deadlines() 136 iface->config.dhcpv6.expire = expire_abs; in dhcvp6_update_deadlines() 1668 iface->config.dhcpv6.expire = now; in dhcpv6_handle_reply() 1911 if ((have_addr || have_prefix) && now < iface->config.dhcpv6.expire) { in dhcpv6_manage_timers() 1916 iface->config.dhcpv6.expire = now + DHCPV6_CNF_MAX_RD; in dhcpv6_manage_timers() 1963 if (now >= iface->config.dhcpv6.expire) { in dhcpv6_manage_timers() 1977 if (iface->config.dhcpv6.timeout > iface->config.dhcpv6.expire) { in dhcpv6_manage_timers() 1978 iface->config.dhcpv6.timeout = iface->config.dhcpv6.expire; in dhcpv6_manage_timers() 2003 if (now >= iface->config.dhcpv6.expire) { in dhcpv6_manage_timers() 2017 if (iface->config.dhcpv6.timeout > iface->config.dhcpv6.expire) { in dhcpv6_manage_timers() [all …]
|
/Zephyr-Core-3.7.0/tests/drivers/watchdog/wdt_error_cases/ |
D | README.txt | 17 Therefore, in all test cases watchdog shall NOT expire.
|
/Zephyr-Core-3.7.0/subsys/net/ip/ |
D | Kconfig.ipv6 | 179 generated from it will expire. This requires that applications are 180 prepared to use new IPv6 addresses when old ones will expire.
|
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/ |
D | ull_llcp.c | 472 static int prt_elapse(uint16_t *expire, uint16_t elapsed_event) in prt_elapse() argument 474 if (*expire != 0U) { in prt_elapse() 475 if (*expire > elapsed_event) { in prt_elapse() 476 *expire -= elapsed_event; in prt_elapse()
|
/Zephyr-Core-3.7.0/subsys/pm/ |
D | Kconfig | 20 timer is due to expire.
|
/Zephyr-Core-3.7.0/doc/kernel/services/timing/ |
D | clocks.rst | 123 :c:macro:`K_CYC()` specify timeout values that will expire after specified 134 indicates a timeout that will expire after the system uptime reaches 330 an uptime tick at which it will expire. So such a loop might look like:
|
D | timers.rst | 33 with a duration of 200 and a period of 75, it will first expire
|
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ |
D | Kconfig.ll_sw_split | 1063 'must expire' features. 1074 first expire timeout. 1089 ticker nodes, returning tick to expire. 1098 ticker nodes, returning tick to expire and remainder from a reference 1107 ticker nodes, returning tick to expire and lazy count from a reference 1139 bool "Ticker timeout with other ticker's expire information"
|
/Zephyr-Core-3.7.0/include/zephyr/net/ |
D | net_if.h | 393 uint64_t expire; member
|
/Zephyr-Core-3.7.0/doc/security/ |
D | sensor-threat.rst | 66 provider. Because the root certificates can expire, and possibly be
|
/Zephyr-Core-3.7.0/doc/connectivity/networking/api/ |
D | lwm2m.rst | 717 is the earliest when any of these values expire. This allows setting long lifetime for the
|
/Zephyr-Core-3.7.0/subsys/bluetooth/shell/ |
D | bt.c | 4749 SHELL_CMD_ARG(adv-rpa-expire, NULL, HELP_ONOFF, cmd_adv_rpa_expire, 2, 0),
|
/Zephyr-Core-3.7.0/doc/releases/ |
D | release-notes-2.2.rst | 752 * :github:`23015` - Ongoing LL control procedures fails with must-expire latency (BT_CTLR_CONN_META)
|