Home | History | Annotate | Download | only in client

Lines Matching refs:dhcpv6

96 #if defined(DHCPv6) && defined(DHCP4o6)
113 #if defined(DHCPv6)
127 #ifdef DHCPv6
128 dhcpv6,
129 #endif /* DHCPv6 */
247 #if defined(DHCPv6) && defined(DHCP4o6)
263 #ifdef DHCPv6
267 #ifdef DHCPv6
281 #else /* DHCPv6 */
337 #ifdef DHCPv6
342 #endif /* DHCPv6 */
428 #ifdef DHCPv6
447 log_debug("DHCPv4 over DHCPv6 over ::1 port %d and %d",
452 #endif /* DHCPv6 */
523 #ifdef DHCPv6
601 #endif /* DHCPv6 */
664 #if defined(DHCPv6) && defined(DHCP4o6)
667 log_error("Can't relay DHCPv4-over-DHCPv6 "
668 "without a persistent DHCPv6 client");
671 log_fatal("DHCPv4-over-DHCPv6 requires an explicit "
697 #ifdef DHCPv6
700 #endif /* DHCPv6 */
811 #if defined(DHCPv6) && defined(DHCP4o6)
940 #if defined(DHCPv6) && defined(DHCP4o6)
946 #ifdef DHCPv6
970 #endif /* DHCPv6 */
1012 #ifndef DHCPv6
1020 #endif /* DHCPv6 */
1041 #ifdef DHCPv6
1043 #endif /* DHCPv6 */
1077 * \brief Run the DHCPv6 stateless client (dhclient -6 -S)
1080 * \param port DHCPv4-over-DHCPv6 client inter-process communication
1086 #ifdef DHCPv6
1183 #endif /* DHCPv6 */
1256 #if defined(DHCPv6) && defined(DHCP4o6)
1976 #ifdef DHCPv6
1978 dhcpv6(struct packet *packet) {
2045 * (DHCPv6 client function)
2047 * The DHCPv6 client receives a DHCPv4-response which is forwarded
2051 * DHCPv6 <-> DHCPv6 inter-process messages)
2129 * \brief Receive a DHCPv4-response from the DHCPv6 client.
2133 * by the DHCPv6 client (using \ref forw_dhcpv4_response())
2211 #endif /* DHCPv6 */
2630 #if defined(DHCPv6) && defined(DHCP4o6)
2642 #if defined(DHCPv6) && defined(DHCP4o6)
2651 #if defined(DHCPv6) && defined(DHCP4o6)
3021 #if defined(DHCPv6) && defined(DHCP4o6)
3040 #if defined(DHCPv6) && defined(DHCP4o6)
3090 #if defined(DHCPv6) && defined(DHCP4o6)
3102 #if defined(DHCPv6) && defined(DHCP4o6)
3111 #if defined(DHCPv6) && defined(DHCP4o6)
3153 #if defined(DHCPv6) && defined(DHCP4o6)
3164 #if defined(DHCPv6) && defined(DHCP4o6)
3201 #if defined(DHCPv6) && defined(DHCP4o6)
3203 * \brief Send a DHCPv4-query to the DHCPv6 client
3206 * The DHCPv4 client sends a DHCPv4-query to the DHCPv6 client over
3257 * Send DHCPv6 message.
3269 * \brief Forward a DHCPv4-query to all DHCPv4 over DHCPv6 server addresses.
3270 * (DHCPv6 client function)
3272 * \param raw the DHCPv6 DHCPv4-query message raw content
4006 /* Write a DHCPv6 lease to the store. */
4344 #if defined(DHCPv6)
4850 #if defined(DHCPv6) && defined(DHCP4o6)
4917 #if defined(DHCPv6) && defined(DHCP4o6)
5661 #ifdef DHCPv6
5721 #if defined(DHCPv6) && defined(DHCP4o6)
5727 * On the DHCPv6 side, the message is either a POLL (which is answered
5729 * DHCPv4 over DHCPv6 servers by forw_dhcpv4_query()).
5732 * (both for the DHCP4 over DHCPv6 state machine) or a DHCPv4-RESPONSE
5822 * \brief Poll the DHCPv6 client
5825 * A POLL message is sent to the DHCPv6 client periodically to check
5826 * if the DHCPv6 is ready (i.e., has a valid DHCPv4-over-DHCPv6 server
5855 * A START message was received from the DHCPv6 client so pending
5875 * (DHCPv6 client function)
5877 * First check if there is a valid DHCPv4-over-DHCPv6 server address option,
5934 * (DHCPv6 client function)
5953 #endif /* DHCPv6 && DHCP4o6 */