Lines Matching defs:new
298 * this new table.
310 /* Link a new interface into the lists and hash tables. */
406 * new interface. So just once look for new interfaces.
480 * new interface. So just once look for new interfaces.
554 * new interface. So just once look for new interfaces.
1517 * This is a new interface.
1537 * It is new and ok. Add it to the list of interfaces
1771 struct rt_spare new;
1789 (void) memset(&new, 0, sizeof (new));
1790 new.rts_ifp = ifp;
1791 new.rts_gate = ifp->int_addr;
1792 new.rts_router = ifp->int_addr;
1793 new.rts_metric = ifp->int_metric;
1794 new.rts_origin = RO_NET_SYN;
1796 RS_NET_SYN, &new);
1820 struct rt_spare new;
1847 (void) memset(&new, 0, sizeof (new));
1848 new.rts_ifp = ifp;
1849 new.rts_router = ifp->int_addr;
1850 new.rts_gate = ifp->int_addr;
1851 new.rts_metric = ifp->int_metric;
1852 new.rts_time = now.tv_sec;
1854 new.rts_origin = RO_PTOPT;
1856 new.rts_origin = RO_LOOPBCK;
1858 new.rts_origin = RO_IF;
1886 ~(RS_NET_SYN | RS_LOCAL)), &new, 0);
1895 rtadd(dst, ifp->int_mask, rt_newstate, &new);