Home
last modified time | relevance | path

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

/netbsd-src/external/mpl/dhcp/dist/server/
H A Ddhcpv6.c263 struct udp_data4o6 udp_data; in send_dhcpv4_response() local
281 memset(&udp_data, 0, sizeof(udp_data)); in send_dhcpv4_response()
282 memcpy(&udp_data, raw->data + 32, 4); in send_dhcpv4_response()
285 if (udp_data.rsp_opt_exist) { in send_dhcpv4_response()
286 to_addr.sin6_port = udp_data.src_port; in send_dhcpv4_response()
7532 struct udp_data4o6 udp_data; local
7563 memset(&udp_data, 0, sizeof(udp_data));
7564 udp_data.src_port = packet->client_port;
7565 memcpy(ds.buffer->data + 32, &udp_data, 4);
7833 struct udp_data4o6 udp_data; local
[all …]