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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/GeoIP-1.5.1/apps/
H A Dgeoiplookup6.c27 fprintf(stderr,"Usage: geoiplookup [-h] [-d custom_dir] [-f custom_file] [-v] <ipaddress|hostname>\n");
36 char *custom_file = NULL; local
54 custom_file = argv[i];
76 if (custom_file != NULL) {
77 gi = GeoIP_open(custom_file, GEOIP_STANDARD);
79 printf("%s not available, skipping...\n", custom_file);
H A Dgeoiplookup.c34 fprintf(stderr,"Usage: geoiplookup [-h] [-?] [-d custom_dir] [-f custom_file] [-v] [-i] [-l] <ipaddress|hostname>\n");
46 char *custom_file = NULL; local
69 custom_file = argv[i];
91 if (custom_file != NULL) {
92 gi = GeoIP_open(custom_file, GEOIP_STANDARD);
95 printf("%s not available, skipping...\n", custom_file);

Completed in 72 milliseconds