Searched refs:rip_nets (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.0-release/usr.sbin/IPXrouted/
H A Dprotocol.h56 struct netinfo rip_nets[1]; /* variable length */ member in struct:rip
H A Doutput.c135 register struct netinfo *n = msg->rip_nets;
153 n = msg->rip_nets;
207 for (nn = msg->rip_nets; nn < n; nn++) {
226 if (n != msg->rip_nets) {
H A Dtimer.c131 msg->rip_nets[0].rip_dst =
133 msg->rip_nets[0].rip_metric =
135 msg->rip_nets[0].rip_ticks =
H A Dmain.c213 msg->rip_nets[0].rip_dst = ipx_anynet;
214 msg->rip_nets[0].rip_metric = htons(HOPCNT_INFINITY);
215 msg->rip_nets[0].rip_ticks = htons(-1);
H A Dinput.c96 n = msg->rip_nets;
H A Dtrace.c376 n = msg->rip_nets;
/freebsd-10.0-release/sbin/routed/rtquery/
H A Drtquery.c143 OMSG.rip_nets[0].n_dst = RIP_DEFAULT;
144 OMSG.rip_nets[0].n_family = RIP_AF_UNSPEC;
145 OMSG.rip_nets[0].n_metric = htonl(HOPCNT_INFINITY);
176 rflag = getnet(optarg, &OMSG.rip_nets[0]);
185 memcpy(&OMSG.rip_nets[0].n_dst, hp->h_addr,
186 sizeof(OMSG.rip_nets[0].n_dst));
187 OMSG.rip_nets[0].n_family = RIP_AF_INET;
188 OMSG.rip_nets[0].n_mask = -1;
388 OMSG.rip_nets[1] = OMSG.rip_nets[
[all...]
/freebsd-10.0-release/include/protocols/
H A Drouted.h114 #define rip_nets ripun.ru_nets macro
/freebsd-10.0-release/sbin/routed/
H A Doutput.c85 v12buf.base = &v12buf.buf->rip_nets[0];
90 v2buf.base = &v2buf.buf->rip_nets[0];
929 buf.rip_nets[0].n_family = RIP_AF_UNSPEC;
930 buf.rip_nets[0].n_metric = htonl(HOPCNT_INFINITY);
H A Dtrace.c914 n = msg->rip_nets;
943 && n == msg->rip_nets) {
953 && n == msg->rip_nets) {
H A Dinput.c178 n = rip->rip_nets;

Completed in 327 milliseconds