Home | History | Annotate | Download | only in server

Lines Matching refs:dhcpv6

1 /*	$NetBSD: dhcpv6.c,v 1.4 2020/08/03 21:10:57 christos Exp $	*/
20 __RCSID("$NetBSD: dhcpv6.c,v 1.4 2020/08/03 21:10:57 christos Exp $");
23 /*! \file server/dhcpv6.c */
27 #ifdef DHCPv6
63 * DHCPv6 Reply workflow assist. A Reply packet is built by various
212 * and call \ref send_dhcpv4_response() (DHCPv6 side) or
251 * \brief Send the DHCPv4-response back to the DHCPv6 side
252 * (DHCPv6 server function)
254 * Format: interface:16 + address:16 + udp:4 + DHCPv6 DHCPv4-response message
908 * in its entirety in enc_opt_data, and storing any decoded DHCPv6 options
910 * where in the IA_* the DHCPv6 options commence.
1732 *! \file server/dhcpv6.c
5404 /* Find a DHCPv6 packet's shared network from hints in the packet.
6686 /* DHCPv6 server side */
7524 * (DHCPv6 server function)
7526 * Format: interface:16 + address:16 + udp:4 + DHCPv6 DHCPv4-query message
7528 * \brief packet the DHCPv6 DHCPv4-query message
7678 log_info("Discarding unknown DHCPv6 message type %d "
7745 dhcpv6(struct packet *packet) {
7804 log_error("dhcpv6: send_packet6() sent %d of %d bytes",
7813 * \brief Receive a DHCPv4-query message from the DHCPv6 side
7816 * Receive a message with a DHCPv4-query inside from the DHCPv6 server.
7817 * (code copied from \ref do_packet6() \ref and dhcpv6())
7819 * Format: interface:16 + address:16 + udp:4 + DHCPv6 DHCPv4-query message
7821 * \param raw the DHCPv6 DHCPv4-query message raw content
7939 * From dhcpv6().
8405 * the global option, dhcpv6-set-tee-times is enabled. When this option is
8416 * Note that dhcpv6-set-tee-times is intended to be transitional and will
8633 #endif /* DHCPv6 */