Searched refs:dhcp_cb (Results 1 – 3 of 3) sorted by relevance
29 static struct net_dhcpv4_option_callback dhcp_cb; variable94 net_dhcpv4_init_option_callback(&dhcp_cb, option_handler, in main()98 net_dhcpv4_add_option_callback(&dhcp_cb); in main()
31 static struct net_dhcpv4_option_callback dhcp_cb; variable131 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()
467 static struct net_mgmt_event_callback dhcp_cb; variable618 net_mgmt_init_event_callback(&dhcp_cb, receiver_cb,622 net_mgmt_add_event_callback(&dhcp_cb);