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

  /src/include/protocols/
routed.h 81 #define RIP_DEFAULT 0
133 * RIPCMD_REQUEST with (RIP_AF_UNSPEC, RIP_DEFAULT). RFC 1058 says
  /src/sbin/routed/
parms.c 250 if (dst == RIP_DEFAULT) {
619 || intnetp->intnet_addr == RIP_DEFAULT) {
645 || r1netp->r1net_net == RIP_DEFAULT
836 || tg->tgate_nets[i].net == RIP_DEFAULT
992 in.s_addr = RIP_DEFAULT;
1013 if (mask != 0 && in.s_addr == RIP_DEFAULT)
1019 if ((mask & in.s_addr) == 0 && in.s_addr != RIP_DEFAULT)
1021 if (in.s_addr>>24 == 0 && in.s_addr != RIP_DEFAULT)
input.c 331 v12buf.n->n_dst = RIP_DEFAULT;
333 if (0 != (rt = rtget(RIP_DEFAULT, 0))) {
392 if (!rt && dst != RIP_DEFAULT)
611 || dst != RIP_DEFAULT)) {
705 && dst == RIP_DEFAULT
output.c 489 if (dst == RIP_DEFAULT
780 if (0 == (rt = rtget(RIP_DEFAULT, 0))
797 v12buf.n->n_dst = htonl(RIP_DEFAULT);
rdisc.c 512 rt = rtget(RIP_DEFAULT, 0);
556 rtadd(RIP_DEFAULT, 0, RS_RDISC, &new);
585 if (gate == RIP_DEFAULT
trace.c 693 } else if (rts->rts_gate != RIP_DEFAULT) {
859 if (rts->rts_gate != RIP_DEFAULT) {
if.c 1130 && ifp->int_addr != RIP_DEFAULT) {
1136 if (ifp1->int_dstaddr == RIP_DEFAULT)
  /src/sbin/routed/rtquery/
rtquery.c 148 OMSG.rip_nets[0].n_dst = RIP_DEFAULT;

Completed in 24 milliseconds