| 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); | 
|  | 18 | #ifdef CONFIG_NETFILTER | 
|  | 19 | EXPORT_SYMBOL(ip6_route_me_harder); | 
|  | 20 | #endif | 
|  | 21 | EXPORT_SYMBOL(addrconf_lock); | 
|  | 22 | EXPORT_SYMBOL(ipv6_setsockopt); | 
|  | 23 | EXPORT_SYMBOL(ipv6_getsockopt); | 
|  | 24 | EXPORT_SYMBOL(inet6_register_protosw); | 
|  | 25 | EXPORT_SYMBOL(inet6_unregister_protosw); | 
|  | 26 | EXPORT_SYMBOL(inet6_add_protocol); | 
|  | 27 | EXPORT_SYMBOL(inet6_del_protocol); | 
|  | 28 | EXPORT_SYMBOL(ip6_xmit); | 
|  | 29 | EXPORT_SYMBOL(inet6_release); | 
|  | 30 | EXPORT_SYMBOL(inet6_bind); | 
|  | 31 | EXPORT_SYMBOL(inet6_getname); | 
|  | 32 | EXPORT_SYMBOL(inet6_ioctl); | 
|  | 33 | EXPORT_SYMBOL(ipv6_get_saddr); | 
|  | 34 | EXPORT_SYMBOL(ipv6_chk_addr); | 
|  | 35 | EXPORT_SYMBOL(in6_dev_finish_destroy); | 
|  | 36 | #ifdef CONFIG_XFRM | 
|  | 37 | EXPORT_SYMBOL(xfrm6_rcv); | 
|  | 38 | #endif | 
|  | 39 | EXPORT_SYMBOL(rt6_lookup); | 
|  | 40 | EXPORT_SYMBOL(fl6_sock_lookup); | 
|  | 41 | EXPORT_SYMBOL(ipv6_push_nfrag_opts); |