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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/GeoIP-1.5.1/libGeoIP/
H A DGeoIPUpdate.c186 static char *GeoIPProxyCreds = NULL; variable
261 GeoIPProxyCreds = malloc(sizeof(char) * (strlen(ProxyAuthorization) + strlen(encoded_proxy_creds) + 1));
262 sprintf(GeoIPProxyCreds, ProxyAuthorization, encoded_proxy_creds);
278 if (GeoIPProxyCreds) {
279 send(sock,GeoIPProxyCreds,strlen(GeoIPProxyCreds),0);

Completed in 124 milliseconds