diff options
author | ngie <ngie@FreeBSD.org> | 2015-08-10 18:27:54 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2015-08-10 18:27:54 +0000 |
commit | 87dee474091dcb77b80fce8618161cceef3301cf (patch) | |
tree | 24ec3a6ecad18df23b771aeb0231f5cf475c3390 /sys/netinet6/nd6.h | |
parent | 823f826ddd1301e2ed5bd22a4d3f6b5a38061c36 (diff) | |
parent | 9033c894a1c694d3e946571d9e57c05349a235eb (diff) | |
download | FreeBSD-src-87dee474091dcb77b80fce8618161cceef3301cf.zip FreeBSD-src-87dee474091dcb77b80fce8618161cceef3301cf.tar.gz |
MFhead @ r286584
Diffstat (limited to 'sys/netinet6/nd6.h')
-rw-r--r-- | sys/netinet6/nd6.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet6/nd6.h b/sys/netinet6/nd6.h index 0b061df..d148a0b 100644 --- a/sys/netinet6/nd6.h +++ b/sys/netinet6/nd6.h @@ -89,7 +89,6 @@ struct nd_ifinfo { #define ND6_IFF_NO_PREFER_IFACE 0x80 /* XXX: not related to ND. */ #define ND6_IFF_NO_DAD 0x100 -#define ND6_CREATE LLE_CREATE #define ND6_EXCLUSIVE LLE_EXCLUSIVE #ifdef _KERNEL @@ -407,7 +406,8 @@ int nd6_is_addr_neighbor(struct sockaddr_in6 *, struct ifnet *); void nd6_option_init(void *, int, union nd_opts *); struct nd_opt_hdr *nd6_option(union nd_opts *); int nd6_options(union nd_opts *); -struct llentry *nd6_lookup(struct in6_addr *, int, struct ifnet *); +struct llentry *nd6_lookup(struct in6_addr *, int, struct ifnet *); +struct llentry *nd6_create(struct in6_addr *, int, struct ifnet *); void nd6_setmtu(struct ifnet *); void nd6_llinfo_settimer(struct llentry *, long); void nd6_llinfo_settimer_locked(struct llentry *, long); |