route6d.c | 1687 struct netinfo6 ni6; local in function:rt_del 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; local in function:rt_deladdr [all...] |