Codebase list nfdump / upstream/1.5.7 ipconv.h
upstream/1.5.7

Tree @upstream/1.5.7 (Download .tar.gz)

ipconv.h @upstream/1.5.7raw · history · blame

1
2
3
4
5
6
7
8
int parse_ip(int *af, const char *src, uint64_t *dst, int *bytes, int lookup, uint32_t *num_ip );

int set_nameserver(char *ns);

#define MAXHOSTS 512

#define STRICT_IP 	 0
#define ALLOW_LOOKUP 1