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

  /src/external/mpl/dhcp/dist/includes/
dhcp6.h 229 struct dhcpv6_packet { struct
  /src/external/mpl/dhcp/dist/relay/
dhcrelay.c 1898 const struct dhcpv6_packet *msg;
1944 (relay_msg.len < offsetof(struct dhcpv6_packet, options))) {
1948 msg = (const struct dhcpv6_packet *) relay_msg.data;
  /src/external/mpl/dhcp/dist/server/
dhcpv6.c 115 struct dhcpv6_packet reply;
1099 struct dhcpv6_packet *reply)
5511 struct dhcpv6_packet *reply = (struct dhcpv6_packet *)reply_data;
5512 int reply_ofs = (int)(offsetof(struct dhcpv6_packet, options));
5877 struct dhcpv6_packet *reply = (struct dhcpv6_packet *)reply_data;
5878 int reply_ofs = (int)(offsetof(struct dhcpv6_packet, options));
6693 const struct dhcpv6_packet *msg;
6806 int msglen = (int)(offsetof(struct dhcpv6_packet, options))
    [all...]
dhcpleasequery.c 751 struct dhcpv6_packet reply;
  /src/external/mpl/dhcp/dist/common/
options.c 4114 if (len >= offsetof(struct dhcpv6_packet, options)) {
4128 const struct dhcpv6_packet *msg;
4217 int msglen = (int)(offsetof(struct dhcpv6_packet, options));
4218 msg = (const struct dhcpv6_packet *)packet;

Completed in 39 milliseconds