Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 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 | |
| 10 | EXPORT_SYMBOL(ipv6_addr_type); |
| 11 | EXPORT_SYMBOL(icmpv6_send); |
| 12 | EXPORT_SYMBOL(icmpv6_statistics); |
| 13 | EXPORT_SYMBOL(icmpv6_err_convert); |
| 14 | EXPORT_SYMBOL(ndisc_mc_map); |
| 15 | EXPORT_SYMBOL(register_inet6addr_notifier); |
| 16 | EXPORT_SYMBOL(unregister_inet6addr_notifier); |
| 17 | EXPORT_SYMBOL(ip6_route_output); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 18 | EXPORT_SYMBOL(addrconf_lock); |
| 19 | EXPORT_SYMBOL(ipv6_setsockopt); |
| 20 | EXPORT_SYMBOL(ipv6_getsockopt); |
| 21 | EXPORT_SYMBOL(inet6_register_protosw); |
| 22 | EXPORT_SYMBOL(inet6_unregister_protosw); |
| 23 | EXPORT_SYMBOL(inet6_add_protocol); |
| 24 | EXPORT_SYMBOL(inet6_del_protocol); |
| 25 | EXPORT_SYMBOL(ip6_xmit); |
| 26 | EXPORT_SYMBOL(inet6_release); |
| 27 | EXPORT_SYMBOL(inet6_bind); |
| 28 | EXPORT_SYMBOL(inet6_getname); |
| 29 | EXPORT_SYMBOL(inet6_ioctl); |
| 30 | EXPORT_SYMBOL(ipv6_get_saddr); |
| 31 | EXPORT_SYMBOL(ipv6_chk_addr); |
| 32 | EXPORT_SYMBOL(in6_dev_finish_destroy); |
| 33 | #ifdef CONFIG_XFRM |
| 34 | EXPORT_SYMBOL(xfrm6_rcv); |
| 35 | #endif |
| 36 | EXPORT_SYMBOL(rt6_lookup); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 37 | EXPORT_SYMBOL(ipv6_push_nfrag_opts); |