network analyzer - first attempt
[svn/Prometheus-QoS/.git] / ipstruct.h
index ea797499a7d2328e0b97cf116a3973c73c1d73a9..a80946d4acd96971478e4963d6ecabb42add59ca 100644 (file)
@@ -21,6 +21,7 @@ struct IP
  unsigned long pktsdown;\r
  struct Keyword *keyword;\r
  int v6;\r
+ int mask;\r
  list(IP);\r
 };\r
 \r
@@ -55,5 +56,5 @@ struct Keyword
  list(Keyword);\r
 };\r
 \r
-void TheIP(char *ipaddr);\r
+void TheIP(char *ipaddr, int is_network);\r
 /* function implemented in parsehosts.c */\r
This page took 0.13407 seconds and 4 git commands to generate.