1 |
27 |
unneback |
//==========================================================================
|
2 |
|
|
//
|
3 |
|
|
// include/netinet6/nd6.h
|
4 |
|
|
//
|
5 |
|
|
//==========================================================================
|
6 |
|
|
//####BSDCOPYRIGHTBEGIN####
|
7 |
|
|
//
|
8 |
|
|
// -------------------------------------------
|
9 |
|
|
//
|
10 |
|
|
// Portions of this software may have been derived from OpenBSD,
|
11 |
|
|
// FreeBSD or other sources, and are covered by the appropriate
|
12 |
|
|
// copyright disclaimers included herein.
|
13 |
|
|
//
|
14 |
|
|
// Portions created by Red Hat are
|
15 |
|
|
// Copyright (C) 2002 Red Hat, Inc. All Rights Reserved.
|
16 |
|
|
//
|
17 |
|
|
// -------------------------------------------
|
18 |
|
|
//
|
19 |
|
|
//####BSDCOPYRIGHTEND####
|
20 |
|
|
//==========================================================================
|
21 |
|
|
|
22 |
|
|
/* $KAME: nd6.h,v 1.76 2001/12/18 02:10:31 itojun Exp $ */
|
23 |
|
|
|
24 |
|
|
/*
|
25 |
|
|
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
|
26 |
|
|
* All rights reserved.
|
27 |
|
|
*
|
28 |
|
|
* Redistribution and use in source and binary forms, with or without
|
29 |
|
|
* modification, are permitted provided that the following conditions
|
30 |
|
|
* are met:
|
31 |
|
|
* 1. Redistributions of source code must retain the above copyright
|
32 |
|
|
* notice, this list of conditions and the following disclaimer.
|
33 |
|
|
* 2. Redistributions in binary form must reproduce the above copyright
|
34 |
|
|
* notice, this list of conditions and the following disclaimer in the
|
35 |
|
|
* documentation and/or other materials provided with the distribution.
|
36 |
|
|
* 3. Neither the name of the project nor the names of its contributors
|
37 |
|
|
* may be used to endorse or promote products derived from this software
|
38 |
|
|
* without specific prior written permission.
|
39 |
|
|
*
|
40 |
|
|
* THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
|
41 |
|
|
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
42 |
|
|
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
43 |
|
|
* ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
|
44 |
|
|
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
45 |
|
|
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
46 |
|
|
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
47 |
|
|
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
48 |
|
|
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
49 |
|
|
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
50 |
|
|
* SUCH DAMAGE.
|
51 |
|
|
*/
|
52 |
|
|
|
53 |
|
|
#ifndef _NETINET6_ND6_H_
|
54 |
|
|
#define _NETINET6_ND6_H_
|
55 |
|
|
|
56 |
|
|
/* see net/route.h, or net/if_inarp.h */
|
57 |
|
|
#ifndef RTF_ANNOUNCE
|
58 |
|
|
#define RTF_ANNOUNCE RTF_PROTO2
|
59 |
|
|
#endif
|
60 |
|
|
|
61 |
|
|
#include <sys/queue.h>
|
62 |
|
|
|
63 |
|
|
struct llinfo_nd6 {
|
64 |
|
|
struct llinfo_nd6 *ln_next;
|
65 |
|
|
struct llinfo_nd6 *ln_prev;
|
66 |
|
|
struct rtentry *ln_rt;
|
67 |
|
|
struct mbuf *ln_hold; /* last packet until resolved/timeout */
|
68 |
|
|
long ln_asked; /* number of queries already sent for this addr */
|
69 |
|
|
u_long ln_expire; /* lifetime for NDP state transition */
|
70 |
|
|
short ln_state; /* reachability state */
|
71 |
|
|
short ln_router; /* 2^0: ND6 router bit */
|
72 |
|
|
int ln_byhint; /* # of times we made it reachable by UL hint */
|
73 |
|
|
};
|
74 |
|
|
|
75 |
|
|
#define ND6_LLINFO_NOSTATE -2
|
76 |
|
|
/*
|
77 |
|
|
* We don't need the WAITDELETE state any more, but we keep the definition
|
78 |
|
|
* in a comment line instead of removing it. This is necessary to avoid
|
79 |
|
|
* unintentionally reusing the value for another purpose, which might
|
80 |
|
|
* affect backward compatibility with old applications.
|
81 |
|
|
* (20000711 jinmei@kame.net)
|
82 |
|
|
*/
|
83 |
|
|
/* #define ND6_LLINFO_WAITDELETE -1 */
|
84 |
|
|
#define ND6_LLINFO_INCOMPLETE 0
|
85 |
|
|
#define ND6_LLINFO_REACHABLE 1
|
86 |
|
|
#define ND6_LLINFO_STALE 2
|
87 |
|
|
#define ND6_LLINFO_DELAY 3
|
88 |
|
|
#define ND6_LLINFO_PROBE 4
|
89 |
|
|
|
90 |
|
|
#define ND6_IS_LLINFO_PROBREACH(n) ((n)->ln_state > ND6_LLINFO_INCOMPLETE)
|
91 |
|
|
|
92 |
|
|
struct nd_ifinfo {
|
93 |
|
|
u_int32_t linkmtu; /* LinkMTU */
|
94 |
|
|
u_int32_t maxmtu; /* Upper bound of LinkMTU */
|
95 |
|
|
u_int32_t basereachable; /* BaseReachableTime */
|
96 |
|
|
u_int32_t reachable; /* Reachable Time */
|
97 |
|
|
u_int32_t retrans; /* Retrans Timer */
|
98 |
|
|
u_int32_t flags; /* Flags */
|
99 |
|
|
int recalctm; /* BaseReacable re-calculation timer */
|
100 |
|
|
u_int8_t chlim; /* CurHopLimit */
|
101 |
|
|
u_int8_t receivedra;
|
102 |
|
|
/* the following 3 members are for privacy extension for addrconf */
|
103 |
|
|
u_int8_t randomseed0[8]; /* upper 64 bits of MD5 digest */
|
104 |
|
|
u_int8_t randomseed1[8]; /* lower 64 bits (usually the EUI64 IFID) */
|
105 |
|
|
u_int8_t randomid[8]; /* current random ID */
|
106 |
|
|
};
|
107 |
|
|
|
108 |
|
|
#define ND6_IFF_PERFORMNUD 0x1
|
109 |
|
|
#define ND6_IFF_ACCEPT_RTADV 0x2
|
110 |
|
|
#define ND6_IFF_PREFER_SOURCE 0x4 /* XXX: not related to ND. */
|
111 |
|
|
|
112 |
|
|
struct in6_nbrinfo {
|
113 |
|
|
char ifname[IFNAMSIZ]; /* if name, e.g. "en0" */
|
114 |
|
|
struct in6_addr addr; /* IPv6 address of the neighbor */
|
115 |
|
|
long asked; /* number of queries already sent for this addr */
|
116 |
|
|
int isrouter; /* if it acts as a router */
|
117 |
|
|
int state; /* reachability state */
|
118 |
|
|
int expire; /* lifetime for NDP state transition */
|
119 |
|
|
};
|
120 |
|
|
|
121 |
|
|
#define DRLSTSIZ 10
|
122 |
|
|
#define PRLSTSIZ 10
|
123 |
|
|
struct in6_drlist {
|
124 |
|
|
char ifname[IFNAMSIZ];
|
125 |
|
|
struct {
|
126 |
|
|
struct in6_addr rtaddr;
|
127 |
|
|
u_char flags;
|
128 |
|
|
u_short rtlifetime;
|
129 |
|
|
u_long expire;
|
130 |
|
|
u_short if_index;
|
131 |
|
|
} defrouter[DRLSTSIZ];
|
132 |
|
|
};
|
133 |
|
|
|
134 |
|
|
struct in6_defrouter {
|
135 |
|
|
struct sockaddr_in6 rtaddr;
|
136 |
|
|
u_char flags;
|
137 |
|
|
u_short rtlifetime;
|
138 |
|
|
u_long expire;
|
139 |
|
|
u_short if_index;
|
140 |
|
|
};
|
141 |
|
|
|
142 |
|
|
#ifdef _KERNEL
|
143 |
|
|
struct in6_oprlist {
|
144 |
|
|
char ifname[IFNAMSIZ];
|
145 |
|
|
struct {
|
146 |
|
|
struct in6_addr prefix;
|
147 |
|
|
struct prf_ra raflags;
|
148 |
|
|
u_char prefixlen;
|
149 |
|
|
u_char origin;
|
150 |
|
|
u_long vltime;
|
151 |
|
|
u_long pltime;
|
152 |
|
|
u_long expire;
|
153 |
|
|
u_short if_index;
|
154 |
|
|
u_short advrtrs; /* number of advertisement routers */
|
155 |
|
|
struct in6_addr advrtr[DRLSTSIZ]; /* XXX: explicit limit */
|
156 |
|
|
} prefix[PRLSTSIZ];
|
157 |
|
|
};
|
158 |
|
|
#endif
|
159 |
|
|
|
160 |
|
|
struct in6_prlist {
|
161 |
|
|
char ifname[IFNAMSIZ];
|
162 |
|
|
struct {
|
163 |
|
|
struct in6_addr prefix;
|
164 |
|
|
struct prf_ra raflags;
|
165 |
|
|
u_char prefixlen;
|
166 |
|
|
u_char origin;
|
167 |
|
|
u_int32_t vltime;
|
168 |
|
|
u_int32_t pltime;
|
169 |
|
|
time_t expire;
|
170 |
|
|
u_short if_index;
|
171 |
|
|
u_short advrtrs; /* number of advertisement routers */
|
172 |
|
|
struct in6_addr advrtr[DRLSTSIZ]; /* XXX: explicit limit */
|
173 |
|
|
} prefix[PRLSTSIZ];
|
174 |
|
|
};
|
175 |
|
|
|
176 |
|
|
struct in6_prefix {
|
177 |
|
|
struct sockaddr_in6 prefix;
|
178 |
|
|
struct prf_ra raflags;
|
179 |
|
|
u_char prefixlen;
|
180 |
|
|
u_char origin;
|
181 |
|
|
u_int32_t vltime;
|
182 |
|
|
u_int32_t pltime;
|
183 |
|
|
time_t expire;
|
184 |
|
|
u_int32_t flags;
|
185 |
|
|
int refcnt;
|
186 |
|
|
u_short if_index;
|
187 |
|
|
u_short advrtrs; /* number of advertisement routers */
|
188 |
|
|
/* struct sockaddr_in6 advrtr[] */
|
189 |
|
|
};
|
190 |
|
|
|
191 |
|
|
#ifdef _KERNEL
|
192 |
|
|
struct in6_ondireq {
|
193 |
|
|
char ifname[IFNAMSIZ];
|
194 |
|
|
struct {
|
195 |
|
|
u_int32_t linkmtu; /* LinkMTU */
|
196 |
|
|
u_int32_t maxmtu; /* Upper bound of LinkMTU */
|
197 |
|
|
u_int32_t basereachable; /* BaseReachableTime */
|
198 |
|
|
u_int32_t reachable; /* Reachable Time */
|
199 |
|
|
u_int32_t retrans; /* Retrans Timer */
|
200 |
|
|
u_int32_t flags; /* Flags */
|
201 |
|
|
int recalctm; /* BaseReacable re-calculation timer */
|
202 |
|
|
u_int8_t chlim; /* CurHopLimit */
|
203 |
|
|
u_int8_t receivedra;
|
204 |
|
|
} ndi;
|
205 |
|
|
};
|
206 |
|
|
#endif
|
207 |
|
|
|
208 |
|
|
struct in6_ndireq {
|
209 |
|
|
char ifname[IFNAMSIZ];
|
210 |
|
|
struct nd_ifinfo ndi;
|
211 |
|
|
};
|
212 |
|
|
|
213 |
|
|
struct in6_ndifreq {
|
214 |
|
|
char ifname[IFNAMSIZ];
|
215 |
|
|
u_long ifindex;
|
216 |
|
|
};
|
217 |
|
|
|
218 |
|
|
/* Prefix status */
|
219 |
|
|
#define NDPRF_ONLINK 0x1
|
220 |
|
|
#define NDPRF_DETACHED 0x2
|
221 |
|
|
#define NDPRF_HOME 0x4
|
222 |
|
|
|
223 |
|
|
/* protocol constants */
|
224 |
|
|
#define MAX_RTR_SOLICITATION_DELAY 1 /* 1sec */
|
225 |
|
|
#define RTR_SOLICITATION_INTERVAL 4 /* 4sec */
|
226 |
|
|
#define MAX_RTR_SOLICITATIONS 3
|
227 |
|
|
|
228 |
|
|
#define ND6_INFINITE_LIFETIME 0xffffffff
|
229 |
|
|
|
230 |
|
|
#ifdef _KERNEL
|
231 |
|
|
/* node constants */
|
232 |
|
|
#define MAX_REACHABLE_TIME 3600000 /* msec */
|
233 |
|
|
#define REACHABLE_TIME 30000 /* msec */
|
234 |
|
|
#define RETRANS_TIMER 1000 /* msec */
|
235 |
|
|
#define MIN_RANDOM_FACTOR 512 /* 1024 * 0.5 */
|
236 |
|
|
#define MAX_RANDOM_FACTOR 1536 /* 1024 * 1.5 */
|
237 |
|
|
#define DEF_TEMP_VALID_LIFETIME 604800 /* 1 week */
|
238 |
|
|
#define DEF_TEMP_PREFERRED_LIFETIME 86400 /* 1 day */
|
239 |
|
|
#define TEMPADDR_REGEN_ADVANCE 5 /* sec */
|
240 |
|
|
#define MAX_TEMP_DESYNC_FACTOR 600 /* 10 min */
|
241 |
|
|
#define ND_COMPUTE_RTIME(x) \
|
242 |
|
|
(((MIN_RANDOM_FACTOR * (x >> 10)) + (random() & \
|
243 |
|
|
((MAX_RANDOM_FACTOR - MIN_RANDOM_FACTOR) * (x >> 10)))) /1000)
|
244 |
|
|
|
245 |
|
|
TAILQ_HEAD(nd_drhead, nd_defrouter);
|
246 |
|
|
struct nd_defrouter {
|
247 |
|
|
TAILQ_ENTRY(nd_defrouter) dr_entry;
|
248 |
|
|
struct in6_addr rtaddr;
|
249 |
|
|
u_char flags; /* flags on RA message */
|
250 |
|
|
u_short rtlifetime;
|
251 |
|
|
u_long expire;
|
252 |
|
|
u_long advint; /* Mobile IPv6 addition (milliseconds) */
|
253 |
|
|
u_long advint_expire; /* Mobile IPv6 addition */
|
254 |
|
|
int advints_lost; /* Mobile IPv6 addition */
|
255 |
|
|
struct ifnet *ifp;
|
256 |
|
|
int installed; /* is installed into kernel routing table */
|
257 |
|
|
};
|
258 |
|
|
|
259 |
|
|
struct nd_prefix {
|
260 |
|
|
struct ifnet *ndpr_ifp;
|
261 |
|
|
LIST_ENTRY(nd_prefix) ndpr_entry;
|
262 |
|
|
struct sockaddr_in6 ndpr_prefix; /* prefix */
|
263 |
|
|
struct in6_addr ndpr_mask; /* netmask derived from the prefix */
|
264 |
|
|
|
265 |
|
|
u_int32_t ndpr_vltime; /* advertised valid lifetime */
|
266 |
|
|
u_int32_t ndpr_pltime; /* advertised preferred lifetime */
|
267 |
|
|
|
268 |
|
|
time_t ndpr_expire; /* expiration time of the prefix */
|
269 |
|
|
time_t ndpr_preferred; /* preferred time of the prefix */
|
270 |
|
|
time_t ndpr_lastupdate; /* reception time of last advertisement */
|
271 |
|
|
|
272 |
|
|
struct prf_ra ndpr_flags;
|
273 |
|
|
u_int32_t ndpr_stateflags; /* actual state flags */
|
274 |
|
|
/* list of routers that advertise the prefix: */
|
275 |
|
|
LIST_HEAD(pr_rtrhead, nd_pfxrouter) ndpr_advrtrs;
|
276 |
|
|
u_char ndpr_plen;
|
277 |
|
|
int ndpr_refcnt; /* reference couter from addresses */
|
278 |
|
|
};
|
279 |
|
|
|
280 |
|
|
#define ndpr_next ndpr_entry.le_next
|
281 |
|
|
|
282 |
|
|
#define ndpr_raf ndpr_flags
|
283 |
|
|
#define ndpr_raf_onlink ndpr_flags.onlink
|
284 |
|
|
#define ndpr_raf_auto ndpr_flags.autonomous
|
285 |
|
|
#define ndpr_raf_router ndpr_flags.router
|
286 |
|
|
|
287 |
|
|
/*
|
288 |
|
|
* Message format for use in obtaining information about prefixes
|
289 |
|
|
* from inet6 sysctl function
|
290 |
|
|
*/
|
291 |
|
|
struct inet6_ndpr_msghdr {
|
292 |
|
|
u_short inpm_msglen; /* to skip over non-understood messages */
|
293 |
|
|
u_char inpm_version; /* future binary compatibility */
|
294 |
|
|
u_char inpm_type; /* message type */
|
295 |
|
|
struct in6_addr inpm_prefix;
|
296 |
|
|
u_long prm_vltim;
|
297 |
|
|
u_long prm_pltime;
|
298 |
|
|
u_long prm_expire;
|
299 |
|
|
u_long prm_preferred;
|
300 |
|
|
struct in6_prflags prm_flags;
|
301 |
|
|
u_short prm_index; /* index for associated ifp */
|
302 |
|
|
u_char prm_plen; /* length of prefix in bits */
|
303 |
|
|
};
|
304 |
|
|
|
305 |
|
|
#define prm_raf_onlink prm_flags.prf_ra.onlink
|
306 |
|
|
#define prm_raf_auto prm_flags.prf_ra.autonomous
|
307 |
|
|
|
308 |
|
|
#define prm_statef_onlink prm_flags.prf_state.onlink
|
309 |
|
|
|
310 |
|
|
#define prm_rrf_decrvalid prm_flags.prf_rr.decrvalid
|
311 |
|
|
#define prm_rrf_decrprefd prm_flags.prf_rr.decrprefd
|
312 |
|
|
|
313 |
|
|
#define ifpr2ndpr(ifpr) ((struct nd_prefix *)(ifpr))
|
314 |
|
|
#define ndpr2ifpr(ndpr) ((struct ifprefix *)(ndpr))
|
315 |
|
|
|
316 |
|
|
struct nd_pfxrouter {
|
317 |
|
|
LIST_ENTRY(nd_pfxrouter) pfr_entry;
|
318 |
|
|
#define pfr_next pfr_entry.le_next
|
319 |
|
|
struct nd_defrouter *router;
|
320 |
|
|
};
|
321 |
|
|
|
322 |
|
|
LIST_HEAD(nd_prhead, nd_prefix);
|
323 |
|
|
|
324 |
|
|
/* nd6.c */
|
325 |
|
|
extern int nd6_prune;
|
326 |
|
|
extern int nd6_delay;
|
327 |
|
|
extern int nd6_umaxtries;
|
328 |
|
|
extern int nd6_mmaxtries;
|
329 |
|
|
extern int nd6_useloopback;
|
330 |
|
|
extern int nd6_maxnudhint;
|
331 |
|
|
extern int nd6_gctimer;
|
332 |
|
|
extern struct llinfo_nd6 llinfo_nd6;
|
333 |
|
|
extern struct nd_ifinfo *nd_ifinfo;
|
334 |
|
|
extern struct nd_drhead nd_defrouter;
|
335 |
|
|
extern struct nd_prhead nd_prefix;
|
336 |
|
|
extern int nd6_debug;
|
337 |
|
|
|
338 |
|
|
#define nd6log(x) do { if (nd6_debug) log x; } while (0)
|
339 |
|
|
|
340 |
|
|
extern struct callout nd6_timer_ch;
|
341 |
|
|
|
342 |
|
|
/* nd6_rtr.c */
|
343 |
|
|
extern int nd6_defifindex;
|
344 |
|
|
extern int ip6_desync_factor; /* seconds */
|
345 |
|
|
extern u_int32_t ip6_temp_preferred_lifetime; /* seconds */
|
346 |
|
|
extern u_int32_t ip6_temp_valid_lifetime; /* seconds */
|
347 |
|
|
extern int ip6_temp_regen_advance; /* seconds */
|
348 |
|
|
|
349 |
|
|
union nd_opts {
|
350 |
|
|
struct nd_opt_hdr *nd_opt_array[13]; /* max = target address list */
|
351 |
|
|
struct {
|
352 |
|
|
struct nd_opt_hdr *zero;
|
353 |
|
|
struct nd_opt_hdr *src_lladdr;
|
354 |
|
|
struct nd_opt_hdr *tgt_lladdr;
|
355 |
|
|
struct nd_opt_prefix_info *pi_beg; /* multiple opts, start */
|
356 |
|
|
struct nd_opt_rd_hdr *rh;
|
357 |
|
|
struct nd_opt_mtu *mtu;
|
358 |
|
|
struct nd_opt_hdr *six;
|
359 |
|
|
struct nd_opt_advinterval *adv;
|
360 |
|
|
struct nd_opt_homeagent_info *hai;
|
361 |
|
|
struct nd_opt_hdr *src_addrlist;
|
362 |
|
|
struct nd_opt_hdr *tgt_addrlist;
|
363 |
|
|
struct nd_opt_hdr *search; /* multiple opts */
|
364 |
|
|
struct nd_opt_hdr *last; /* multiple opts */
|
365 |
|
|
int done;
|
366 |
|
|
struct nd_opt_prefix_info *pi_end;/* multiple opts, end */
|
367 |
|
|
} nd_opt_each;
|
368 |
|
|
};
|
369 |
|
|
#define nd_opts_src_lladdr nd_opt_each.src_lladdr
|
370 |
|
|
#define nd_opts_tgt_lladdr nd_opt_each.tgt_lladdr
|
371 |
|
|
#define nd_opts_pi nd_opt_each.pi_beg
|
372 |
|
|
#define nd_opts_pi_end nd_opt_each.pi_end
|
373 |
|
|
#define nd_opts_rh nd_opt_each.rh
|
374 |
|
|
#define nd_opts_mtu nd_opt_each.mtu
|
375 |
|
|
#define nd_opts_adv nd_opt_each.adv
|
376 |
|
|
#define nd_opts_hai nd_opt_each.hai
|
377 |
|
|
#define nd_opts_src_addrlist nd_opt_each.src_addrlist
|
378 |
|
|
#define nd_opts_tgt_addrlist nd_opt_each.tgt_addrlist
|
379 |
|
|
#define nd_opts_search nd_opt_each.search
|
380 |
|
|
#define nd_opts_last nd_opt_each.last
|
381 |
|
|
#define nd_opts_done nd_opt_each.done
|
382 |
|
|
|
383 |
|
|
/* XXX: need nd6_var.h?? */
|
384 |
|
|
/* nd6.c */
|
385 |
|
|
void nd6_init __P((void));
|
386 |
|
|
void nd6_ifattach __P((struct ifnet *));
|
387 |
|
|
int nd6_is_addr_neighbor __P((struct sockaddr_in6 *, struct ifnet *));
|
388 |
|
|
void nd6_option_init __P((void *, int, union nd_opts *));
|
389 |
|
|
struct nd_opt_hdr *nd6_option __P((union nd_opts *));
|
390 |
|
|
int nd6_options __P((union nd_opts *));
|
391 |
|
|
struct rtentry *nd6_lookup __P((struct in6_addr *, int, struct ifnet *));
|
392 |
|
|
void nd6_setmtu __P((struct ifnet *));
|
393 |
|
|
void nd6_timer __P((void *));
|
394 |
|
|
void nd6_purge __P((struct ifnet *));
|
395 |
|
|
void nd6_nud_hint __P((struct rtentry *, struct in6_addr *, int));
|
396 |
|
|
int nd6_resolve __P((struct ifnet *, struct rtentry *,
|
397 |
|
|
struct mbuf *, struct sockaddr *, u_char *));
|
398 |
|
|
void nd6_rtrequest __P((int, struct rtentry *, struct sockaddr *));
|
399 |
|
|
int nd6_ioctl __P((u_long, caddr_t, struct ifnet *));
|
400 |
|
|
struct rtentry *nd6_cache_lladdr __P((struct ifnet *, struct in6_addr *,
|
401 |
|
|
char *, int, int, int));
|
402 |
|
|
int nd6_output __P((struct ifnet *, struct ifnet *, struct mbuf *,
|
403 |
|
|
struct sockaddr_in6 *, struct rtentry *));
|
404 |
|
|
int nd6_storelladdr __P((struct ifnet *, struct rtentry *, struct mbuf *,
|
405 |
|
|
struct sockaddr *, u_char *));
|
406 |
|
|
int nd6_need_cache __P((struct ifnet *));
|
407 |
|
|
|
408 |
|
|
/* nd6_nbr.c */
|
409 |
|
|
void nd6_na_input __P((struct mbuf *, int, int));
|
410 |
|
|
void nd6_na_output __P((struct ifnet *, const struct in6_addr *,
|
411 |
|
|
const struct in6_addr *, u_long, int, struct sockaddr *));
|
412 |
|
|
void nd6_ns_input __P((struct mbuf *, int, int));
|
413 |
|
|
void nd6_ns_output __P((struct ifnet *, const struct in6_addr *,
|
414 |
|
|
const struct in6_addr *, struct llinfo_nd6 *, int));
|
415 |
|
|
caddr_t nd6_ifptomac __P((struct ifnet *));
|
416 |
|
|
void nd6_dad_start __P((struct ifaddr *, int *));
|
417 |
|
|
void nd6_dad_stop __P((struct ifaddr *));
|
418 |
|
|
void nd6_dad_duplicated __P((struct ifaddr *));
|
419 |
|
|
|
420 |
|
|
/* nd6_rtr.c */
|
421 |
|
|
void nd6_rs_input __P((struct mbuf *, int, int));
|
422 |
|
|
void nd6_ra_input __P((struct mbuf *, int, int));
|
423 |
|
|
void prelist_del __P((struct nd_prefix *));
|
424 |
|
|
void defrouter_addreq __P((struct nd_defrouter *));
|
425 |
|
|
void defrouter_reset __P((void));
|
426 |
|
|
void defrouter_select __P((void));
|
427 |
|
|
void defrtrlist_del __P((struct nd_defrouter *));
|
428 |
|
|
void prelist_remove __P((struct nd_prefix *));
|
429 |
|
|
int prelist_update __P((struct nd_prefix *, struct nd_defrouter *,
|
430 |
|
|
struct mbuf *));
|
431 |
|
|
int nd6_prelist_add __P((struct nd_prefix *, struct nd_defrouter *,
|
432 |
|
|
struct nd_prefix **));
|
433 |
|
|
int nd6_prefix_onlink __P((struct nd_prefix *));
|
434 |
|
|
int nd6_prefix_offlink __P((struct nd_prefix *));
|
435 |
|
|
void pfxlist_onlink_check __P((void));
|
436 |
|
|
struct nd_defrouter *defrouter_lookup __P((struct in6_addr *,
|
437 |
|
|
struct ifnet *));
|
438 |
|
|
struct nd_prefix *nd6_prefix_lookup __P((struct nd_prefix *));
|
439 |
|
|
int in6_init_prefix_ltimes __P((struct nd_prefix *ndpr));
|
440 |
|
|
void rt6_flush __P((struct in6_addr *, struct ifnet *));
|
441 |
|
|
int nd6_setdefaultiface __P((int));
|
442 |
|
|
int in6_tmpifadd __P((const struct in6_ifaddr *, int));
|
443 |
|
|
|
444 |
|
|
#endif /* _KERNEL */
|
445 |
|
|
|
446 |
|
|
#endif /* _NETINET6_ND6_H_ */
|