Home
last modified time | relevance | path

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

/Zephyr-latest/samples/net/dhcpv4_client/src/
Dmain.c29 static struct net_dhcpv4_option_callback dhcp_cb; variable
94 net_dhcpv4_init_option_callback(&dhcp_cb, option_handler, in main()
98 net_dhcpv4_add_option_callback(&dhcp_cb); in main()
/Zephyr-latest/tests/boards/espressif/ethernet/src/
Dmain.c31 static struct net_dhcpv4_option_callback dhcp_cb; variable
131 net_dhcpv4_init_option_callback(&dhcp_cb, option_handler, DHCP_OPTION_NTP, ntp_server, in ethernet_setup()
133 net_dhcpv4_add_option_callback(&dhcp_cb); in ethernet_setup()
/Zephyr-latest/tests/net/dhcpv4/client/src/
Dmain.c467 static struct net_mgmt_event_callback dhcp_cb; variable
618 net_mgmt_init_event_callback(&dhcp_cb, receiver_cb,
622 net_mgmt_add_event_callback(&dhcp_cb);