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

/netbsd-current/sbin/routed/rtquery/
H A Drtquery.c148 OMSG.rip_nets[0].n_dst = RIP_DEFAULT;
149 OMSG.rip_nets[0].n_family = RIP_AF_UNSPEC;
150 OMSG.rip_nets[0].n_metric = htonl(HOPCNT_INFINITY);
181 rflag = getnet(optarg, &OMSG.rip_nets[0]);
190 memcpy(&OMSG.rip_nets[0].n_dst, hp->h_addr,
191 sizeof(OMSG.rip_nets[0].n_dst));
192 OMSG.rip_nets[0].n_family = RIP_AF_INET;
193 OMSG.rip_nets[0].n_mask = -1;
399 omsg_len += sizeof(OMSG.rip_nets[0]);
418 omsg_len += 2*sizeof(OMSG.rip_nets[
[all...]
/netbsd-current/include/protocols/
H A Drouted.h120 #define rip_nets ripun.ru_nets macro
/netbsd-current/sbin/routed/
H A Doutput.c89 v12buf.base = &v12buf.buf->rip_nets[0];
94 v2buf.base = &v2buf.buf->rip_nets[0];
947 buf.rip_nets[0].n_family = RIP_AF_UNSPEC;
948 buf.rip_nets[0].n_metric = htonl(HOPCNT_INFINITY);
H A Dtrace.c924 n = msg->rip_nets;
953 && n == msg->rip_nets) {
963 && n == msg->rip_nets) {
H A Dinput.c182 n = rip->rip_nets;

Completed in 174 milliseconds