/spare/repo/netdev-2.6 branch 'master'
[deliverable/linux.git] / net / ipv6 / ipv6_syms.c
CommitLineData
1da177e4
LT
1
2#include <linux/config.h>
3#include <linux/module.h>
4#include <net/protocol.h>
5#include <net/ipv6.h>
6#include <net/addrconf.h>
7#include <net/ip6_route.h>
8#include <net/xfrm.h>
9
10EXPORT_SYMBOL(ipv6_addr_type);
11EXPORT_SYMBOL(icmpv6_send);
12EXPORT_SYMBOL(icmpv6_statistics);
13EXPORT_SYMBOL(icmpv6_err_convert);
14EXPORT_SYMBOL(ndisc_mc_map);
15EXPORT_SYMBOL(register_inet6addr_notifier);
16EXPORT_SYMBOL(unregister_inet6addr_notifier);
17EXPORT_SYMBOL(ip6_route_output);
1da177e4
LT
18EXPORT_SYMBOL(addrconf_lock);
19EXPORT_SYMBOL(ipv6_setsockopt);
20EXPORT_SYMBOL(ipv6_getsockopt);
21EXPORT_SYMBOL(inet6_register_protosw);
22EXPORT_SYMBOL(inet6_unregister_protosw);
23EXPORT_SYMBOL(inet6_add_protocol);
24EXPORT_SYMBOL(inet6_del_protocol);
25EXPORT_SYMBOL(ip6_xmit);
26EXPORT_SYMBOL(inet6_release);
27EXPORT_SYMBOL(inet6_bind);
28EXPORT_SYMBOL(inet6_getname);
29EXPORT_SYMBOL(inet6_ioctl);
30EXPORT_SYMBOL(ipv6_get_saddr);
31EXPORT_SYMBOL(ipv6_chk_addr);
32EXPORT_SYMBOL(in6_dev_finish_destroy);
33#ifdef CONFIG_XFRM
34EXPORT_SYMBOL(xfrm6_rcv);
35#endif
36EXPORT_SYMBOL(rt6_lookup);
1da177e4 37EXPORT_SYMBOL(ipv6_push_nfrag_opts);
This page took 0.060961 seconds and 5 git commands to generate.