Home
last modified time | relevance | path

Searched refs:expire (Results 1 – 15 of 15) sorted by relevance

/Zephyr-latest/drivers/ethernet/
DKconfig.enc28j6039 of the driver will wait for the OST to expire, indicated
/Zephyr-latest/subsys/net/lib/dhcpv6/
Ddhcpv6.c137 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/
DREADME.txt17 Therefore, in all test cases watchdog shall NOT expire.
/Zephyr-latest/subsys/pm/
DKconfig20 timer is due to expire.
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_llcp.c487 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/
Dclocks.rst123 :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:
Dtimers.rst33 with a duration of 200 and a period of 75, it will first expire
/Zephyr-latest/subsys/net/ip/
DKconfig.ipv6240 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/
Diface.c456 iface->config.dhcpv6.expire); in iface_cb()
/Zephyr-latest/subsys/bluetooth/controller/
DKconfig.ll_sw_split1210 '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/
Dnet_if.h405 uint64_t expire; member
/Zephyr-latest/doc/security/
Dsensor-threat.rst66 provider. Because the root certificates can expire, and possibly be
/Zephyr-latest/doc/connectivity/networking/api/
Dlwm2m.rst718 is the earliest when any of these values expire. This allows setting long lifetime for the
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c4985 SHELL_CMD_ARG(adv-rpa-expire, NULL, HELP_ONOFF, cmd_adv_rpa_expire, 2, 0),
/Zephyr-latest/doc/releases/
Drelease-notes-2.2.rst752 * :github:`23015` - Ongoing LL control procedures fails with must-expire latency (BT_CTLR_CONN_META)