Lines Matching refs:netinfo6
167 struct netinfo6 rrt_info; /* network info */
247 void riprequest(struct ifc *, struct netinfo6 *, int, struct sockaddr_in6 *);
254 int delroute(struct netinfo6 *, struct in6_addr *);
255 struct in6_addr *getroute(struct netinfo6 *, struct in6_addr *);
263 struct riprt *rtsearch(struct netinfo6 *, struct riprt **);
706 (sizeof(struct rip6) + ((n)-1) * sizeof(struct netinfo6))
712 static struct netinfo6 *np;
780 sizeof(struct rip6) + sizeof(struct netinfo6)) / in ripsend()
781 sizeof(struct netinfo6); in ripsend()
809 struct netinfo6 rrt_info; in ripsend()
810 memset(&rrt_info, 0, sizeof(struct netinfo6)); in ripsend()
825 sizeof(struct rip6) + sizeof(struct netinfo6)) / in ripsend()
826 sizeof(struct netinfo6); in ripsend()
868 memset(np, 0, sizeof(struct netinfo6)); in ripsend()
1051 struct netinfo6 *np, *nq; in riprecv()
1102 nn = (len - sizeof(struct rip6) + sizeof(struct netinfo6)) / in riprecv()
1103 sizeof(struct netinfo6); in riprecv()
1336 struct netinfo6 *np; in sendrequest()
1343 memset(np, 0, sizeof(struct netinfo6)); in sendrequest()
1362 riprequest(struct ifc *ifcp, struct netinfo6 *np, int nn, in riprequest()
1775 struct netinfo6 ni6; in rt_del()
1872 struct netinfo6 ni6; in rt_deladdr()
1980 struct netinfo6 *np; in ifrt()
2098 struct netinfo6 *np; in ifrt_p2p()
2498 struct netinfo6 *np; in rt_entry()
2654 struct netinfo6 *np; in addroute()
2722 delroute(struct netinfo6 *np, struct in6_addr *gw) in delroute()
2787 getroute(struct netinfo6 *np, struct in6_addr *gw) in getroute()
3140 rtsearch(struct netinfo6 *np, struct riprt **prev_rrt) in rtsearch()