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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/GeoIP-1.5.1/libGeoIP/
H A DGeoIPUpdate.h59 short int GeoIP_update_database_general (char * user_id, char * license_key,char * data_base_type, int verbose,char ** client_ipaddr, void (*f)( char *));
H A DGeoIPUpdate.c544 short int GeoIP_update_database_general (char * user_id,char * license_key,char *data_base_type, int verbose,char ** client_ipaddr, void (*f)( char *)) { argument
674 if (client_ipaddr[0] == NULL) {
740 client_ipaddr[0] = ipaddress;
748 ipaddress = client_ipaddr[0];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/GeoIP-1.5.1/apps/
H A Dgeoipupdate.c94 char * client_ipaddr = NULL; local
264 client_ipaddr = NULL;
266 err = GeoIP_update_database_general(the_user_id_str, the_license_key_str, the_product_id_str[i], verbose,&client_ipaddr, &my_printf);
292 if (client_ipaddr) {
293 free(client_ipaddr);
H A Dgeoipupdate-pureperl.pl148 my ( $user_id, $license_key, $product_id, $verbose, $client_ipaddr ) = @_;
165 unless ($client_ipaddr) {
174 $client_ipaddr = $res->content;
177 print "client ip address: $client_ipaddr\n" if $verbose;
179 = Digest::MD5->new->add( $license_key, $client_ipaddr )->hexdigest;

Completed in 65 milliseconds