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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/dhcp6/
H A Dcommon.c1009 int type_set = 0; // pling added 10/22/2010 local
1156 if (opt == DH6OPT_IA_NA && type_set<2)
1159 type_set = 2;
1161 else if (opt == DH6OPT_IA_PD && !type_set)
1164 type_set = 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Durldata.h458 bool type_set; /* type= was used in the URL */ member in struct:ConnectBits
H A Dftp.c4304 conn->bits.type_set = TRUE;
H A Durl.c4423 if(conn->bits.type_set)

Completed in 294 milliseconds