HomeSort by: relevance | last modified time | path
    Searched refs:dhcpv4_over_dhcpv6_packet (Results 1 - 4 of 4) sorted by relevancy

  /src/external/mpl/dhcp/dist/includes/
dhcp6.h 253 struct dhcpv4_over_dhcpv6_packet { struct
  /src/external/mpl/dhcp/dist/server/
dhcpv6.c 7032 const struct dhcpv4_over_dhcpv6_packet *msg;
7125 (int)(offsetof(struct dhcpv4_over_dhcpv6_packet, options));
7126 msg = (struct dhcpv4_over_dhcpv6_packet *)enc_opt_data.data;
7354 struct dhcpv4_over_dhcpv6_packet *response;
7467 response = (struct dhcpv4_over_dhcpv6_packet *)response_data;
7471 (int)(offsetof(struct dhcpv4_over_dhcpv6_packet, options));
7830 const struct dhcpv4_over_dhcpv6_packet *msg;
7914 (int)(offsetof(struct dhcpv4_over_dhcpv6_packet, options));
7915 msg = (struct dhcpv4_over_dhcpv6_packet *)(raw->data + 36);
  /src/external/mpl/dhcp/dist/common/
options.c 4131 const struct dhcpv4_over_dhcpv6_packet *msg46;
4198 (int)(offsetof(struct dhcpv4_over_dhcpv6_packet, options));
4199 msg46 = (struct dhcpv4_over_dhcpv6_packet *)packet;
  /src/external/mpl/dhcp/dist/client/
dhclient.c 3215 struct dhcpv4_over_dhcpv6_packet *query;
3226 len = ofs = (int)(offsetof(struct dhcpv4_over_dhcpv6_packet, options));
3240 query = (struct dhcpv4_over_dhcpv6_packet *)ds.data;

Completed in 38 milliseconds