Home
last modified time | relevance | path

Searched refs:net_dhcpv4_state_name (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.5.0/subsys/net/ip/
Ddhcpv4.c343 net_dhcpv4_state_name(iface->config.dhcpv4.state)); in dhcpv4_send_request()
460 net_dhcpv4_state_name(iface->config.dhcpv4.state)); in dhcpv4_enter_selecting()
495 net_dhcpv4_state_name(iface->config.dhcpv4.state)); in dhcpv4_renewal_timeleft()
510 net_dhcpv4_state_name(iface->config.dhcpv4.state)); in dhcpv4_rebinding_timeleft()
522 net_dhcpv4_state_name(iface->config.dhcpv4.state)); in dhcpv4_enter_requesting()
552 net_dhcpv4_state_name(iface->config.dhcpv4.state), in dhcpv4_enter_bound()
569 net_dhcpv4_state_name(iface->config.dhcpv4.state), timeleft); in dhcpv4_manage_timers()
1018 net_dhcpv4_state_name(iface->config.dhcpv4.state), in dhcpv4_handle_reply()
1164 NET_DBG("enter state=%s", net_dhcpv4_state_name( in dhcpv4_iface_event_handler()
1182 const char *net_dhcpv4_state_name(enum net_dhcpv4_state state) in net_dhcpv4_state_name() function
[all …]
Dnet_shell.c719 net_dhcpv4_state_name(iface->config.dhcpv4.state)); in iface_cb()
/Zephyr-Core-3.5.0/include/zephyr/net/
Ddhcpv4.h206 const char *net_dhcpv4_state_name(enum net_dhcpv4_state state);