Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dinput.c207 rtcreate_prefix(&n->rip6_prefix, &prefix, in rip_input()
227 if (IN6_IS_ADDR_LINKLOCAL(&n->rip6_prefix) || in rip_input()
228 IN6_IS_ADDR_MULTICAST(&n->rip6_prefix)) { in rip_input()
234 (void *)&n->rip6_prefix, buf2, in rip_input()
241 rtcreate_prefix(&n->rip6_prefix, &prefix, in rip_input()
330 if (IN6_IS_ADDR_UNSPECIFIED(&n->rip6_prefix)) { in rip_input()
339 if (!IN6_IS_ADDR_LINKLOCAL(&n->rip6_prefix)) { in rip_input()
346 (void *)&n->rip6_prefix, in rip_input()
358 sin6->sin6_addr = n->rip6_prefix; in rip_input()
373 (void *)&n->rip6_prefix, in rip_input()
[all …]
H A Doutput.c80 msg->rip6_nets[0].rip6_prefix = in6addr_any; in solicit()
203 n->rip6_prefix = rt->rt_dst; in supply()
/titanic_50/usr/src/head/protocols/
H A Dripngd.h50 struct in6_addr rip6_prefix; /* destination prefix */ member
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_rip6.c111 dst = &n->rip6_prefix; in interpret_rip6()