HomeSort by: relevance | last modified time | path
    Searched defs:riprt (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.sbin/route6d/
route6d.c 155 struct riprt { struct
156 struct riprt *rrt_next; /* next destination */
157 struct riprt *rrt_same; /* same destination - future use */
166 static struct riprt *riprt = 0; variable in typeref:struct:riprt *
209 static int out_filter(struct riprt *, struct ifc *);
242 static int addroute(struct riprt *, const struct in6_addr *, struct ifc *);
245 static int tobeadv(struct riprt *, struct ifc *);
254 static struct riprt *
255 rtsearch(struct netinfo6 *, struct riprt **);
    [all...]

Completed in 13 milliseconds