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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dhcp6/
H A Dconfig.h101 #define DHCIFF_SOLICIT_ONLY 0x20 // Foxconn added pling 08/26/2009 macro
H A Ddhcp6c.c845 if (ifp->send_flags & DHCIFF_SOLICIT_ONLY) {
874 if (ifp->send_flags & DHCIFF_SOLICIT_ONLY) {
1134 if ((ifp->send_flags & DHCIFF_SOLICIT_ONLY) &&
1580 if (ifp->send_flags & DHCIFF_SOLICIT_ONLY) {
H A Dcommon.c1141 (dhcp6_mode == DHCP6_MODE_CLIENT && (send_flags & DHCIFF_SOLICIT_ONLY)) ||
1383 if ((send_flags & DHCIFF_SOLICIT_ONLY) && has_iana && !has_iapd)
1391 if ((send_flags & DHCIFF_SOLICIT_ONLY) &&
2212 /* In IPv6 auto mode (when DHCIFF_SOLICIT_ONLY is set),
2215 if ((ev->ifp->send_flags & DHCIFF_SOLICIT_ONLY))
2243 /* In IPv6 auto mode (when DHCIFF_SOLICIT_ONLY is set),
2246 if ((ev->ifp->send_flags & DHCIFF_SOLICIT_ONLY))
H A Dconfig.c228 ifc->send_flags |= DHCIFF_SOLICIT_ONLY;
/netgear-R7000-V1.0.7.12_1.2.5/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) &&
2229 /* In IPv6 auto mode (when DHCIFF_SOLICIT_ONLY is set),
2232 if ((ev->ifp->send_flags & DHCIFF_SOLICIT_ONLY))
2260 /* In IPv6 auto mode (when DHCIFF_SOLICIT_ONLY is set),
2263 if ((ev->ifp->send_flags & DHCIFF_SOLICIT_ONLY))
H A Dconfig.c228 ifc->send_flags |= DHCIFF_SOLICIT_ONLY;

Completed in 137 milliseconds