Lines Matching refs:dhcp_msg
240 NET_PKT_DATA_ACCESS_DEFINE(dhcp_access, struct dhcp_msg); in dhcpv4_create_message()
244 struct dhcp_msg *msg; in dhcpv4_create_message()
301 msg = (struct dhcp_msg *)net_pkt_get_data(pkt, &dhcp_access); in dhcpv4_create_message()
303 (void)memset(msg, 0, sizeof(struct dhcp_msg)); in dhcpv4_create_message()
705 static void dhcpv4_enter_requesting(struct net_if *iface, struct dhcp_msg *msg) in dhcpv4_enter_requesting()
1334 struct dhcp_msg *msg) in dhcpv4_handle_msg_offer()
1427 struct dhcp_msg *msg) in dhcpv4_handle_reply()
1455 NET_PKT_DATA_ACCESS_DEFINE(dhcp_access, struct dhcp_msg); in net_dhcpv4_input()
1458 struct dhcp_msg *msg; in net_dhcpv4_input()
1478 if (net_pkt_get_len(pkt) < NET_IPV4UDPH_LEN + sizeof(struct dhcp_msg)) { in net_dhcpv4_input()
1490 msg = (struct dhcp_msg *)net_pkt_get_data(pkt, &dhcp_access); in net_dhcpv4_input()