Searched refs:RIP_DEFAULT (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/include/protocols/
H A Drouted.h81 #define RIP_DEFAULT 0 macro
133 * RIPCMD_REQUEST with (RIP_AF_UNSPEC, RIP_DEFAULT). RFC 1058 says
/netbsd-current/sbin/routed/
H A Dparms.c250 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)
H A Dinput.c331 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
H A Doutput.c489 if (dst == RIP_DEFAULT
780 if (0 == (rt = rtget(RIP_DEFAULT, 0))
797 v12buf.n->n_dst = htonl(RIP_DEFAULT);
H A Drdisc.c512 rt = rtget(RIP_DEFAULT, 0);
556 rtadd(RIP_DEFAULT, 0, RS_RDISC, &new);
585 if (gate == RIP_DEFAULT
H A Dtrace.c693 } else if (rts->rts_gate != RIP_DEFAULT) {
859 if (rts->rts_gate != RIP_DEFAULT) {
H A Dif.c1130 && ifp->int_addr != RIP_DEFAULT) {
1136 if (ifp1->int_dstaddr == RIP_DEFAULT)
/netbsd-current/sbin/routed/rtquery/
H A Drtquery.c148 OMSG.rip_nets[0].n_dst = RIP_DEFAULT;

Completed in 91 milliseconds