HomeSort by: relevance | last modified time | path
    Searched refs:rip_nets (Results 1 - 5 of 5) sorted by relevancy

  /src/sbin/routed/rtquery/
rtquery.c 148 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[0])
    [all...]
  /src/include/protocols/
routed.h 120 #define rip_nets ripun.ru_nets macro
  /src/sbin/routed/
output.c 89 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);
trace.c 924 n = msg->rip_nets;
953 && n == msg->rip_nets) {
963 && n == msg->rip_nets) {
input.c 182 n = rip->rip_nets;

Completed in 23 milliseconds