Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dtables.c332 struct rt_entry oldroute; in rtchange() local
367 oldroute = *rt; in rtchange()
389 (struct rt_entry *)&oldroute); in rtchange()
393 (struct rt_entry *)&oldroute); in rtchange()
396 rlen = rtcmd(RTM_DELETE, &oldroute.rt_dst, in rtchange()
397 &oldroute.rt_router, oldroute.rt_prefix_length, in rtchange()
398 oldroute.rt_ifp->int_name, oldroute.rt_flags); in rtchange()
402 (struct rt_entry *)&oldroute); in rtchange()
405 (struct rt_entry *)&oldroute); in rtchange()
413 (struct rt_entry *)&oldroute); in rtchange()
[all …]