Home | History | Annotate | Download | only in routed

Lines Matching refs:rts_gate

620 	    || (force_router == 0 && rts->rts_router != rts->rts_gate))
677 if (rts->rts_gate == new->rts_gate
685 if (new->rts_gate == 0) {
688 rtname(rt->rt_dst, rt->rt_mask, rts->rts_gate));
693 } else if (rts->rts_gate != RIP_DEFAULT) {
696 rtname(rt->rt_dst, rt->rt_mask, rts->rts_gate));
698 rts->rts_gate != new->rts_gate,
704 (new->rts_gate != rts->rts_gate
705 ? naddr_ntoa(new->rts_gate) : ""));
718 rtname(rt->rt_dst, rt->rt_mask, new->rts_gate));
791 && rt->rt_gate == new->rts_gate
808 (rt->rt_gate != new->rts_gate
809 ? naddr_ntoa(new->rts_gate) : ""));
859 if (rts->rts_gate != RIP_DEFAULT) {
861 i, "", naddr_ntoa(rts->rts_gate));