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