Home | History | Annotate | Download | only in route6d

Lines Matching defs:ni6

1687 	struct netinfo6 ni6;
1745 memset(&ni6, 0, sizeof(ni6));
1746 ni6.rip6_dest = *dst;
1747 ni6.rip6_plen = prefix;
1748 applyplen(&ni6.rip6_dest, ni6.rip6_plen); /*to be sure*/
1749 trace(1, "\tfind route %s/%d\n", inet6_n2p(&ni6.rip6_dest),
1750 ni6.rip6_plen);
1751 if (!rrt && (rrt = rtsearch(&ni6, NULL)) == NULL) {
1784 struct netinfo6 ni6;
1826 memset(&ni6, 0, sizeof(ni6));
1827 ni6.rip6_dest = ifa->ifa_addr;
1828 ni6.rip6_plen = ifa->ifa_plen;
1829 applyplen(&ni6.rip6_dest, ni6.rip6_plen);
1831 inet6_n2p(&ni6.rip6_dest), ni6.rip6_plen, ifcp->ifc_index);
1832 if ((rrt = rtsearch(&ni6, NULL)) != NULL) {
1854 memset(&ni6, 0, sizeof(ni6));
1855 ni6.rip6_dest = ifa->ifa_raddr;
1856 ni6.rip6_plen = 128;
1857 applyplen(&ni6.rip6_dest, ni6.rip6_plen); /*to be sure*/
1859 inet6_n2p(&ni6.rip6_dest), ni6.rip6_plen,
1861 if ((rrt = rtsearch(&ni6, NULL)) != NULL) {