summaryrefslogtreecommitdiffstats
path: root/watchlink/netlink_utils.hh
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2008-04-29 16:57:46 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2008-04-29 16:57:46 -0700
commit781a20a48ea2a82d89258a8e20d89dcc4f90ea07 (patch)
tree3c4b9523de8a509a16babc190b2ea5e16533b1ac /watchlink/netlink_utils.hh
parent4a30f6fe0f0b692e9d1f1d1678b9c2bd0e3afe7f (diff)
parenta8726835c9064a1f2c6a261b14c637950abdd2bc (diff)
downloadquagga-781a20a48ea2a82d89258a8e20d89dcc4f90ea07.tar.bz2
quagga-781a20a48ea2a82d89258a8e20d89dcc4f90ea07.tar.xz
Merge branch 'hollister' into hollywood
Diffstat (limited to 'watchlink/netlink_utils.hh')
-rw-r--r--watchlink/netlink_utils.hh20
1 files changed, 0 insertions, 20 deletions
diff --git a/watchlink/netlink_utils.hh b/watchlink/netlink_utils.hh
deleted file mode 100644
index a1be920a..00000000
--- a/watchlink/netlink_utils.hh
+++ /dev/null
@@ -1,20 +0,0 @@
-#ifndef __NETLINK_UTILS_HH__
-#define __NETLINK_UTILS_HH__
-
-#include <arpa/inet.h>
-#include <linux/types.h>
-#include <sys/types.h>
-#include <sys/socket.h>
-
-
-in_addr_t
-ipv4_broadcast_addr (in_addr_t hostaddr, int masklen);
-
-void
-masklen2ip (int masklen, struct in_addr *netmask);
-
-in_addr_t
-ipv4_first_addr (in_addr_t hostaddr, int masklen);
-
-
-#endif //__NETLINK_UTILS_HH__