Searched defs:nhop (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | output.c | 496 in_addr_t dst, nhop; local 565 nhop = 0; 576 nhop = RT->rt_gate; 578 nhop = 0; 729 ag_check(dst, RT->rt_mask, 0, RT->rt_ifp, nhop, metric, pref,
|
H A D | table.c | 318 in_addr_t nhop, 347 nc_ag.ag_nhop = nhop; 425 if (ag->ag_nhop == nhop && ag->ag_ifp == ifp) { 443 ag->ag_nhop = nhop; 494 (ag->ag_nhop == nhop && ag->ag_ifp == ifp && 516 if (ag->ag_nhop != nhop) 517 nhop = 0; 545 ag->ag_nhop = nhop; 546 nhop = xaddr; 651 nag->ag_nhop = nhop; 314 ag_check(in_addr_t dst, in_addr_t mask, in_addr_t gate, struct interface *ifp, in_addr_t nhop, uint8_t metric, uint8_t pref, uint32_t seqno, uint16_t tag, uint16_t state, void (*out)(struct ag_info *)) argument [all...] |
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | ip.c | 3061 ipaddr_t src, nhop; local 3090 nhop = nhop_ire->ire_addr; 3116 if ((src & nhop_ire->ire_mask) == (nhop & nhop_ire->ire_mask)) { 3122 icmp_send_redirect(mp1, nhop, ira);
|
Completed in 96 milliseconds