preliminary ipv6 support - not tested
[svn/Prometheus-QoS/.git] / ipstruct.h
index dcf5bfa927e83f03892a0a227685a89cdf54bd0f..ea797499a7d2328e0b97cf116a3973c73c1d73a9 100644 (file)
@@ -20,6 +20,7 @@ struct IP
  unsigned long pktsup;\r
  unsigned long pktsdown;\r
  struct Keyword *keyword;\r
+ int v6;\r
  list(IP);\r
 };\r
 \r
@@ -53,3 +54,6 @@ struct Keyword
  \r
  list(Keyword);\r
 };\r
+\r
+void TheIP(char *ipaddr);\r
+/* function implemented in parsehosts.c */\r
This page took 0.117635 seconds and 4 git commands to generate.