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

/netbsd-current/sbin/routed/
H A Dinput.c424 v12buf.n->n_nhop = rt->rt_gate;
641 if (n->n_nhop != 0) {
643 n->n_nhop = 0;
646 if (on_net(n->n_nhop,
648 && check_dst(n->n_nhop)) {
649 gate = n->n_nhop;
656 naddr_ntoa(n->n_nhop));
657 n->n_nhop = 0;
814 if (n->n_nhop != 0
815 && 0 != ifwithaddr(n->n_nhop,
[all...]
H A Dtrace.c941 if (n->n_nhop != 0)
943 naddr_ntoa(n->n_nhop));
1010 if (n->n_nhop != 0)
1012 naddr_ntoa(n->n_nhop));
H A Doutput.c443 wb->n->n_nhop = ag->ag_nhop;
/netbsd-current/include/protocols/
H A Drouted.h83 uint32_t n_nhop; /* optional next hop in RIPv2 */ member in struct:netinfo
/netbsd-current/sbin/routed/rtquery/
H A Drtquery.c789 if (n->n_nhop != 0) {
790 in.s_addr = n->n_nhop;

Completed in 172 milliseconds