Lines Matching defs:relay
631 * If answering a client message, see whether any relay agent
712 * of relay agent information option.
868 log_error("Unable to store relay agent information "
4129 const struct dhcpv6_relay_packet *relay;
4176 relay = (const struct dhcpv6_relay_packet *)packet;
4177 decoded_packet->dhcpv6_msg_type = relay->msg_type;
4179 /* relay-specific data */
4180 decoded_packet->dhcpv6_hop_count = relay->hop_count;
4182 relay->link_address, sizeof(relay->link_address));
4184 relay->peer_address, sizeof(relay->peer_address));
4187 relay->options, len - relaylen,