Home
last modified time | relevance | path

Searched refs:oldroute (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dtables.c330 struct rt_entry oldroute; in rtchange() local
365 oldroute = *rt; in rtchange()
387 (struct rt_entry *)&oldroute); in rtchange()
391 (struct rt_entry *)&oldroute); in rtchange()
394 rlen = rtcmd(RTM_DELETE, &oldroute.rt_dst, in rtchange()
395 &oldroute.rt_router, oldroute.rt_prefix_length, in rtchange()
396 oldroute.rt_ifp->int_name, oldroute.rt_flags); in rtchange()
400 (struct rt_entry *)&oldroute); in rtchange()
403 (struct rt_entry *)&oldroute); in rtchange()
411 (struct rt_entry *)&oldroute); in rtchange()
[all …]