Searched refs:expire (Results 1 – 15 of 15) sorted by relevance
/Zephyr-latest/drivers/ethernet/ |
D | Kconfig.enc28j60 | 39 of the driver will wait for the OST to expire, indicated
|
/Zephyr-latest/subsys/net/lib/dhcpv6/ |
D | dhcpv6.c | 137 if (iface->config.dhcpv6.expire < expire_abs) { in dhcvp6_update_deadlines() 138 iface->config.dhcpv6.expire = expire_abs; in dhcvp6_update_deadlines() 1677 iface->config.dhcpv6.expire = now; in dhcpv6_handle_reply() 1920 if ((have_addr || have_prefix) && now < iface->config.dhcpv6.expire) { in dhcpv6_manage_timers() 1925 iface->config.dhcpv6.expire = now + DHCPV6_CNF_MAX_RD; in dhcpv6_manage_timers() 1972 if (now >= iface->config.dhcpv6.expire) { in dhcpv6_manage_timers() 1986 if (iface->config.dhcpv6.timeout > iface->config.dhcpv6.expire) { in dhcpv6_manage_timers() 1987 iface->config.dhcpv6.timeout = iface->config.dhcpv6.expire; in dhcpv6_manage_timers() 2012 if (now >= iface->config.dhcpv6.expire) { in dhcpv6_manage_timers() 2026 if (iface->config.dhcpv6.timeout > iface->config.dhcpv6.expire) { in dhcpv6_manage_timers() [all …]
|
/Zephyr-latest/tests/drivers/watchdog/wdt_error_cases/ |
D | README.txt | 17 Therefore, in all test cases watchdog shall NOT expire.
|
/Zephyr-latest/subsys/pm/ |
D | Kconfig | 20 timer is due to expire.
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_llcp.c | 487 static int prt_elapse(uint16_t *expire, uint16_t elapsed_event) in prt_elapse() argument 489 if (*expire != 0U) { in prt_elapse() 490 if (*expire > elapsed_event) { in prt_elapse() 491 *expire -= elapsed_event; in prt_elapse()
|
/Zephyr-latest/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-latest/subsys/net/ip/ |
D | Kconfig.ipv6 | 240 generated from it will expire. This requires that applications are 241 prepared to use new IPv6 addresses when old ones will expire.
|
/Zephyr-latest/subsys/net/lib/shell/ |
D | iface.c | 456 iface->config.dhcpv6.expire); in iface_cb()
|
/Zephyr-latest/subsys/bluetooth/controller/ |
D | Kconfig.ll_sw_split | 1210 'must expire' features. 1225 first expire timeout. 1240 ticker nodes, returning tick to expire. 1250 ticker nodes, returning tick to expire and remainder from a reference 1259 ticker nodes, returning tick to expire and lazy count from a reference 1291 bool "Ticker timeout with other ticker's expire information"
|
/Zephyr-latest/include/zephyr/net/ |
D | net_if.h | 405 uint64_t expire; member
|
/Zephyr-latest/doc/security/ |
D | sensor-threat.rst | 66 provider. Because the root certificates can expire, and possibly be
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | lwm2m.rst | 718 is the earliest when any of these values expire. This allows setting long lifetime for the
|
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | bt.c | 4985 SHELL_CMD_ARG(adv-rpa-expire, NULL, HELP_ONOFF, cmd_adv_rpa_expire, 2, 0),
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.2.rst | 752 * :github:`23015` - Ongoing LL control procedures fails with must-expire latency (BT_CTLR_CONN_META)
|