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

  /src/external/mpl/dhcp/dist/server/
dhcpv6.c 5424 chk_packet = packet->dhcpv6_container_packet;
5432 chk_packet = chk_packet->dhcpv6_container_packet;
5462 if (packet->dhcpv6_container_packet != NULL) {
6764 enc_packet->dhcpv6_container_packet = packet;
7098 enc_packet->dhcpv6_container_packet = packet;
7402 enc_packet->dhcpv6_container_packet = packet;
7537 while (packet->dhcpv6_container_packet != NULL)
7538 packet = packet->dhcpv6_container_packet;
mdb6.c 2849 if (packet->dhcpv6_container_packet == NULL) {
2863 struct packet *relay_packet = packet->dhcpv6_container_packet;
mdb.c 692 (relay_packet->dhcpv6_container_packet != NULL)) {
694 relay_packet->dhcpv6_container_packet;
dhcp.c 5283 chk_packet = packet->dhcpv6_container_packet;
5291 chk_packet = chk_packet->dhcpv6_container_packet;
  /src/external/mpl/dhcp/dist/common/
tree.c 2090 (packet->dhcpv6_container_packet == NULL)))) {
2102 (relay_packet->dhcpv6_container_packet != NULL)) {
2103 relay_packet = relay_packet->dhcpv6_container_packet;
  /src/external/mpl/dhcp/dist/includes/
dhcpd.h 424 struct packet *dhcpv6_container_packet; member in struct:packet

Completed in 35 milliseconds