Symbol: ire_gateway_addr
usr/src/cmd/mdb/common/modules/genunix/net.c
949
gate = ire->ire_gateway_addr;
usr/src/uts/common/inet/ip/ip.c
11026
re->ipRouteNextHop = ire->ire_gateway_addr;
usr/src/uts/common/inet/ip/ip.c
13832
ire_gw = ire_ftable_lookup_v4(ire->ire_gateway_addr,
usr/src/uts/common/inet/ip/ip.c
2664
prev_ire->ire_gateway_addr != src) {
usr/src/uts/common/inet/ip/ip.c
6669
(uchar_t *)&ire->ire_gateway_addr, ire->ire_type, NULL,
usr/src/uts/common/inet/ip/ip_ftable.c
1602
nexthop = ire->ire_gateway_addr;
usr/src/uts/common/inet/ip/ip_ftable.c
371
(ire->ire_gateway_addr == *(ipaddr_t *)gateway))
usr/src/uts/common/inet/ip/ip_ftable.c
892
ire->ire_gateway_addr, margs->ift_zoneid,
usr/src/uts/common/inet/ip/ip_if.c
17162
ifrt->ifrt_gateway_addr = ire->ire_gateway_addr;
usr/src/uts/common/inet/ip/ip_if.c
17224
ifrt->ifrt_gateway_addr == ire->ire_gateway_addr &&
usr/src/uts/common/inet/ip/ip_if.c
17254
ire_prim = ire_ftable_lookup_v4(ire->ire_gateway_addr, 0, 0,
usr/src/uts/common/inet/ip/ip_if.c
17277
(uchar_t *)&ire->ire_gateway_addr,
usr/src/uts/common/inet/ip/ip_if.c
17325
ire_prim = ire_ftable_lookup_v4(ire->ire_gateway_addr, 0, 0,
usr/src/uts/common/inet/ip/ip_if.c
17339
ire->ire_gateway_addr, IRE_BROADCAST,
usr/src/uts/common/inet/ip/ip_if.c
5911
src_ipif = ipif_lookup_addr(gw_ire->ire_gateway_addr,
usr/src/uts/common/inet/ip/ip_if.c
5918
ire->ire_gateway_addr,
usr/src/uts/common/inet/ip/ip_if.c
6089
ire->ire_addr, ire->ire_gateway_addr);
usr/src/uts/common/inet/ip/ip_ire.c
1261
ire->ire_gateway_addr, ire->ire_type, ire->ire_ill,
usr/src/uts/common/inet/ip/ip_ire.c
1616
ire_delete_host_redirects(ire->ire_gateway_addr, ipst);
usr/src/uts/common/inet/ip/ip_ire.c
2017
(ire->ire_gateway_addr == gateway)) &&
usr/src/uts/common/inet/ip/ip_ire.c
3495
(uchar_t *)&ire_if->ire_gateway_addr,
usr/src/uts/common/inet/ip/ip_ire.c
3597
gw_ire = ire_ftable_lookup_v4(ire->ire_gateway_addr, 0, 0,
usr/src/uts/common/inet/ip/ip_ire.c
3617
(uchar_t *)&ire->ire_gateway_addr, ire->ire_type, gw_ill,
usr/src/uts/common/inet/ip/ip_ire.c
479
ire->ire_gateway_addr, ire->ire_mask,
usr/src/uts/common/inet/ip/ip_ire.c
514
bcopy(gateway, &ire->ire_gateway_addr, IP_ADDR_LEN);
usr/src/uts/common/inet/ip/ip_ire.c
930
reach = ire_gateway_ok_zone_v4(ire->ire_gateway_addr,
usr/src/uts/common/inet/ip/ip_ire.c
951
ire->ire_gateway_addr, ALL_ZONES,
usr/src/uts/common/inet/ip/ip_output.c
2336
nexthop = ire1->ire_gateway_addr;
usr/src/uts/common/inet/ip/ip_output.c
2342
nexthop = ire1->ire_gateway_addr;
usr/src/uts/common/inet/ip/ip_rts.c
1030
dst_addr = ire->ire_gateway_addr;
usr/src/uts/common/inet/ip/ip_rts.c
1330
ire->ire_mask, ire->ire_gateway_addr, v4setsrc,
usr/src/uts/common/inet/ip/ip_rts.c
1488
ifrt->ifrt_gateway_addr != ire->ire_gateway_addr ||
usr/src/uts/common/inet/ip/ip_rts.c
214
ire->ire_gateway_addr, ire->ire_setsrc_addr, 0, 0, 0, NULL,
usr/src/uts/common/inet/ip/ip_rts.c
782
(ire->ire_gateway_addr != gw_addr)) {
usr/src/uts/common/inet/ip/ip_rts.c
783
ire->ire_gateway_addr = gw_addr;
usr/src/uts/common/inet/ip/ip_rts.c
789
ire->ire_gateway_addr, &ga.ga_addr);
usr/src/uts/common/inet/ip/tnet.c
1320
paddr = &ire->ire_gateway_addr;
usr/src/uts/common/inet/ip/tnet.c
1562
gw = &ire->ire_gateway_addr;
usr/src/uts/common/inet/ip/tnet.c
1925
paddr = &ire->ire_gateway_addr;
usr/src/uts/common/inet/tcp/tcp_timers.c
626
ire->ire_gateway_addr, ire->ire_mask,
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_arp_link.c
163
wqnp->gateway.un.ip4addr = ire->ire_gateway_addr;