Searched defs:now (Results 1 – 15 of 15) sorted by relevance
| /subsys/net/ip/ |
| A D | net_timeout.c | 12 uint32_t now) in net_timeout_set() 45 int64_t now) in net_timeout_deadline() 65 uint32_t now) in net_timeout_remaining() 79 uint32_t now) in net_timeout_evaluate()
|
| A D | net_if.c | 781 uint32_t now) in iface_router_ends() 791 static void iface_router_update_timer(uint32_t now) in iface_router_update_timer()
|
| A D | tcp.c | 920 int64_t now; in tcp_nbr_reachability_hint() local
|
| /subsys/net/lib/dhcpv4/ |
| A D | dhcpv4.c | 405 int64_t now, uint32_t timeout) in dhcpv4_set_timeout_inc() 415 static uint32_t dhcpv4_get_timeleft(int64_t start, uint32_t time, int64_t now) in dhcpv4_get_timeleft() 430 static uint32_t dhcpv4_request_timeleft(struct net_if *iface, int64_t now) in dhcpv4_request_timeleft() 438 static uint32_t dhcpv4_renewal_timeleft(struct net_if *iface, int64_t now) in dhcpv4_renewal_timeleft() 445 static uint32_t dhcpv4_rebinding_timeleft(struct net_if *iface, int64_t now) in dhcpv4_rebinding_timeleft() 452 static uint32_t dhcpv4_lease_timeleft(struct net_if *iface, int64_t now) in dhcpv4_lease_timeleft() 506 int64_t now = k_uptime_get(); in dhcpv4_update_renew_timeout() local 521 int64_t now = k_uptime_get(); in dhcpv4_update_rebind_timeout() local 778 static uint32_t dhcpv4_manage_timers(struct net_if *iface, int64_t now) in dhcpv4_manage_timers() 860 int64_t now = k_uptime_get(); in dhcpv4_timeout() local
|
| /subsys/debug/ |
| A D | cpu_load.c | 100 uint32_t now; in cpu_load_on_exit_idle() local 114 uint64_t now = IS_ENABLED(CONFIG_TIMER_HAS_64BIT_CYCLE_COUNTER) ? in cpu_load_get() local
|
| /subsys/net/lib/dhcpv6/ |
| A D | dhcpv6.c | 80 static void dhcvp6_update_deadlines(struct net_if *iface, int64_t now, in dhcvp6_update_deadlines() 151 int64_t now = k_uptime_get(); in dhcpv6_set_timeout() local 1687 int64_t now = k_uptime_get(); in dhcpv6_handle_reply() local 1997 static uint64_t dhcpv6_timeleft(struct net_if *iface, int64_t now) in dhcpv6_timeleft() 2008 static uint64_t dhcpv6_manage_timers(struct net_if *iface, int64_t now) in dhcpv6_manage_timers() 2169 int64_t now = k_uptime_get(); in dhcpv6_timeout() local
|
| /subsys/net/lib/trickle/ |
| A D | trickle.c | 90 uint32_t now = k_uptime_get_32(); in reschedule() local
|
| /subsys/net/lib/mqtt_sn/ |
| A D | mqtt_sn.c | 644 const int64_t now = k_uptime_get(); in process_pubs() local 711 const int64_t now = k_uptime_get(); in process_topics() local 841 const int64_t now = k_uptime_get(); in process_ping() local 891 const int64_t now = k_uptime_get(); in process_search() local 929 const int64_t now = k_uptime_get(); in process_advertise() local
|
| /subsys/net/lib/shell/ |
| A D | route.c | 23 uint32_t now = k_uptime_get_32(); in route_cb() local
|
| /subsys/net/lib/coap/ |
| A D | coap_server.c | 300 int64_t now = k_uptime_get(); in coap_server_retransmit() local 347 int64_t now = k_uptime_get(); in coap_server_poll_timeout() local
|
| /subsys/logging/frontends/ |
| A D | log_frontend_stmesp_demux.c | 345 static void garbage_collector(uint32_t now) in garbage_collector() 517 uint32_t now = k_uptime_get_32(); in log_frontend_stmesp_demux_packet_start() local
|
| /subsys/bluetooth/mesh/ |
| A D | beacon.c | 273 uint32_t now = k_uptime_get_32(); in net_beacon_send() local
|
| /subsys/net/lib/lwm2m/ |
| A D | lwm2m_engine.c | 805 int64_t now, next; in socket_loop() local
|
| A D | lwm2m_rd_client.c | 1186 int64_t now = k_uptime_get(); in sm_registration_done() local
|
| /subsys/bluetooth/controller/ll_sw/ |
| A D | ull_filter.c | 740 int64_t now = k_uptime_get(); in ull_filter_rpa_update() local
|
Completed in 71 milliseconds