Searched defs:nd_defrouter (Results 1 – 2 of 2) sorted by relevance
233 struct nd_defrouter { struct235 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;
141 struct nd_drhead nd_defrouter; variable