File: ipconv.h

package info (click to toggle)
nfdump 1.5.7-5
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 1,820 kB
  • ctags: 4,250
  • sloc: ansic: 23,981; yacc: 669; sh: 265; lex: 171; makefile: 112; perl: 74
file content (9 lines) | stat: -rw-r--r-- 198 bytes parent folder | download
1
2
3
4
5
6
7
8
9

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