diff options
author | Laszlo Attila Toth <panther@balabit.hu> | 2007-12-05 02:28:46 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 17:55:56 -0500 |
commit | 0553811612a6178365f3b062c30234913b218a96 (patch) | |
tree | 81e4fa4f6d0a8beeb7ace09e7e4cb2375c9bfea1 /include/net/route.h | |
parent | 0265ab44bacc1a1e0e3f5873d8ca2d5a29e33db2 (diff) |
[IPV4]: Add inet_dev_addr_type()
Address type search can be limited to an interface by
inet_dev_addr_type function.
Signed-off-by: Laszlo Attila Toth <panther@balabit.hu>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/route.h')
-rw-r--r-- | include/net/route.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/route.h b/include/net/route.h index 59b0b19205a2..76b08c1affc0 100644 --- a/include/net/route.h +++ b/include/net/route.h | |||
@@ -118,6 +118,7 @@ extern unsigned short ip_rt_frag_needed(struct iphdr *iph, unsigned short new_mt | |||
118 | extern void ip_rt_send_redirect(struct sk_buff *skb); | 118 | extern void ip_rt_send_redirect(struct sk_buff *skb); |
119 | 119 | ||
120 | extern unsigned inet_addr_type(__be32 addr); | 120 | extern unsigned inet_addr_type(__be32 addr); |
121 | extern unsigned inet_dev_addr_type(const struct net_device *dev, __be32 addr); | ||
121 | extern void ip_rt_multicast_event(struct in_device *); | 122 | extern void ip_rt_multicast_event(struct in_device *); |
122 | extern int ip_rt_ioctl(unsigned int cmd, void __user *arg); | 123 | extern int ip_rt_ioctl(unsigned int cmd, void __user *arg); |
123 | extern void ip_rt_get_source(u8 *src, struct rtable *rt); | 124 | extern void ip_rt_get_source(u8 *src, struct rtable *rt); |