]> bbs.cooldavid.org Git - net-next-2.6.git/blame - net/ipv6/ipv6_syms.c
[NET]: {get|set}sockopt compatibility layer
[net-next-2.6.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
b1cacb68 10EXPORT_SYMBOL(__ipv6_addr_type);
1da177e4
LT
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);
3fdadf7d
DM
21#ifdef CONFIG_COMPAT
22EXPORT_SYMBOL(compat_ipv6_setsockopt);
23EXPORT_SYMBOL(compat_ipv6_getsockopt);
24#endif
1da177e4
LT
25EXPORT_SYMBOL(inet6_register_protosw);
26EXPORT_SYMBOL(inet6_unregister_protosw);
27EXPORT_SYMBOL(inet6_add_protocol);
28EXPORT_SYMBOL(inet6_del_protocol);
29EXPORT_SYMBOL(ip6_xmit);
30EXPORT_SYMBOL(inet6_release);
31EXPORT_SYMBOL(inet6_bind);
32EXPORT_SYMBOL(inet6_getname);
33EXPORT_SYMBOL(inet6_ioctl);
34EXPORT_SYMBOL(ipv6_get_saddr);
35EXPORT_SYMBOL(ipv6_chk_addr);
36EXPORT_SYMBOL(in6_dev_finish_destroy);
37#ifdef CONFIG_XFRM
38EXPORT_SYMBOL(xfrm6_rcv);
39#endif
40EXPORT_SYMBOL(rt6_lookup);
1da177e4 41EXPORT_SYMBOL(ipv6_push_nfrag_opts);