Searched refs:DHCIFF_SOLICIT_ONLY (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/dhcp6/
H A Dconfig.h101 #define DHCIFF_SOLICIT_ONLY 0x20 // Foxconn added pling 08/26/2009 macro
H A Ddhcp6c.c844 if (ifp->send_flags & DHCIFF_SOLICIT_ONLY) {
873 if (ifp->send_flags & DHCIFF_SOLICIT_ONLY) {
1133 if ((ifp->send_flags & DHCIFF_SOLICIT_ONLY) &&
1579 if (ifp->send_flags & DHCIFF_SOLICIT_ONLY) {
H A Dcommon.c1150 (dhcp6_mode == DHCP6_MODE_CLIENT && (send_flags & DHCIFF_SOLICIT_ONLY)) ||
1392 if ((send_flags & DHCIFF_SOLICIT_ONLY) && has_iana && !has_iapd)
1400 if ((send_flags & DHCIFF_SOLICIT_ONLY) &&
2231 /* In IPv6 auto mode (when DHCIFF_SOLICIT_ONLY is set),
2234 if ((ev->ifp->send_flags & DHCIFF_SOLICIT_ONLY))
2262 /* In IPv6 auto mode (when DHCIFF_SOLICIT_ONLY is set),
2265 if ((ev->ifp->send_flags & DHCIFF_SOLICIT_ONLY))
H A Dconfig.c228 ifc->send_flags |= DHCIFF_SOLICIT_ONLY;

Completed in 104 milliseconds