Home
last modified time | relevance | path

Searched defs:nd_defrouter (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/sys/netinet6/
H A Dnd6.h233 struct nd_defrouter { struct
235 struct in6_addr rtaddr;
236 u_char flags; /* flags on RA message */
237 u_short rtlifetime;
238 u_long expire;
239 u_long advint; /* Mobile IPv6 addition (milliseconds) */
240 u_long advint_expire; /* Mobile IPv6 addition */
241 int advints_lost; /* Mobile IPv6 addition */
242 struct ifnet *ifp;
H A Dnd6.c141 struct nd_drhead nd_defrouter; variable