Searched refs:rip6_nets (Results 1 – 4 of 4) sorted by relevance
80 msg->rip6_nets[0].rip6_prefix = in6addr_any; in solicit()81 msg->rip6_nets[0].rip6_prefix_length = 0; in solicit()82 msg->rip6_nets[0].rip6_metric = HOPCNT_INFINITY; in solicit()137 struct netinfo6 *n = msg->rip6_nets; in supply()201 n = msg->rip6_nets; in supply()211 if (n != msg->rip6_nets) { in supply()
203 n = msg->rip6_nets; in rip_input()310 for (n = msg->rip6_nets; in rip_input()
74 for (n = rip6->rip6_nets; in interpret_rip6()106 for (n = rip6->rip6_nets; in interpret_rip6()
60 struct netinfo6 rip6_nets[1]; /* variable length... */ member