Symbol: gateway
usr/src/cmd/cmd-inet/lib/nwamd/routing_events.c
383
struct sockaddr *gateway, const char *ifname)
usr/src/cmd/cmd-inet/lib/nwamd/routing_events.c
393
af = gateway->sa_family;
usr/src/cmd/cmd-inet/lib/nwamd/routing_events.c
414
setaddr(RTA_GATEWAY, &rtm->rtm_addrs, &addrs, gateway);
usr/src/cmd/cmd-inet/usr.bin/telnet/commands.c
2558
resolve_hosts(char **hostname_list, int num_gw, struct gateway **gw_addrsp,
usr/src/cmd/cmd-inet/usr.bin/telnet/commands.c
2561
struct gateway *gw_addrs = NULL;
usr/src/cmd/cmd-inet/usr.bin/telnet/commands.c
2562
struct gateway *gw;
usr/src/cmd/cmd-inet/usr.bin/telnet/commands.c
2577
struct addrinfo *res, *host, *gateway, *addr;
usr/src/cmd/cmd-inet/usr.bin/telnet/commands.c
2624
gw_addrs = calloc(num_gw + 1, sizeof (struct gateway));
usr/src/cmd/cmd-inet/usr.bin/telnet/commands.c
2642
rc = getaddrinfo(hostname_list[i], NULL, NULL, &gateway);
usr/src/cmd/cmd-inet/usr.bin/telnet/commands.c
2662
for (addr = gateway; addr != NULL; addr = addr->ai_next) {
usr/src/cmd/cmd-inet/usr.bin/telnet/commands.c
2773
prepare_optbuf(struct gateway *gw_addrs, int num_gw, char **opt_bufpp,
usr/src/cmd/cmd-inet/usr.bin/telnet/commands.c
2840
prepare_optbuf6(struct gateway *gw_addrs, int num_gw, char **opt_bufpp,
usr/src/cmd/cmd-inet/usr.bin/telnet/commands.c
2900
struct gateway *gw_addrs;
usr/src/cmd/cmd-inet/usr.lib/in.ripngd/tables.c
206
rtcmd(uchar_t type, struct in6_addr *dst, struct in6_addr *gateway,
usr/src/cmd/cmd-inet/usr.lib/in.ripngd/tables.c
216
rta_gateway->sin6_addr = *gateway;
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_pppoe.c
356
char gateway[INET_ADDRSTRLEN];
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_pppoe.c
364
(void) inet_ntop(AF_INET, &tag_value[8], gateway,
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_pppoe.c
370
"%s\t%s\t%s\t%d", dest, mask, gateway, metric);
usr/src/stand/lib/inet/ipv4.c
326
if (gatewayp->s_addr == table[i].gateway.s_addr)
usr/src/stand/lib/inet/ipv4.c
372
table[index].gateway.s_addr = gatewayp->s_addr;
usr/src/stand/lib/inet/ipv4.c
385
table[index].gateway.s_addr = htonl(INADDR_ANY);
usr/src/stand/lib/inet/ipv4.c
407
return (&table[index].gateway);
usr/src/stand/lib/inet/ipv4_impl.h
88
struct in_addr gateway;
usr/src/uts/common/inet/ip/ip.c
2635
ipaddr_t src, dst, gateway;
usr/src/uts/common/inet/ip/ip.c
2643
gateway = icmph->icmph_rd_gateway;
usr/src/uts/common/inet/ip/ip.c
2645
ire = ire_ftable_lookup_v4(gateway, 0, 0, IRE_ONLINK, NULL,
usr/src/uts/common/inet/ip/ip.c
2702
(uchar_t *)&gateway, /* gateway addr */
usr/src/uts/common/inet/ip/ip.c
2727
ip_rts_change(RTM_REDIRECT, dst, gateway, IP_HOST_MASK, 0, src,
usr/src/uts/common/inet/ip/ip.c
3157
icmp_send_redirect(mblk_t *mp, ipaddr_t gateway, ip_recv_attr_t *ira)
usr/src/uts/common/inet/ip/ip.c
3169
icmph.icmph_rd_gateway = gateway;
usr/src/uts/common/inet/ip/ip6.c
1009
in6_addr_t *src, *dst, *gateway;
usr/src/uts/common/inet/ip/ip6.c
1041
gateway = &rd->nd_rd_target;
usr/src/uts/common/inet/ip/ip6.c
1055
if (!(IN6_IS_ADDR_LINKLOCAL(gateway) ||
usr/src/uts/common/inet/ip/ip6.c
1056
IN6_ARE_ADDR_EQUAL(gateway, dst))) {
usr/src/uts/common/inet/ip/ip6.c
1073
if (!IN6_ARE_ADDR_EQUAL(gateway, dst)) {
usr/src/uts/common/inet/ip/ip6.c
1077
gateway = dst; /* Add nce for dst */
usr/src/uts/common/inet/ip/ip6.c
1117
gateway, ncec_flags, ND_STALE, &nce);
usr/src/uts/common/inet/ip/ip6.c
1138
ASSERT(IN6_IS_ADDR_LINKLOCAL(gateway));
usr/src/uts/common/inet/ip/ip6.c
1147
gateway, /* gateway addr */
usr/src/uts/common/inet/ip/ip6_ire.c
1017
const in6_addr_t *gateway, int type, const ill_t *ill,
usr/src/uts/common/inet/ip/ip6_ire.c
1047
if (ire_match_args_v6(ire, addr, mask, gateway, type,
usr/src/uts/common/inet/ip/ip6_ire.c
1085
&ire->ire_mask_v6, gateway, type, ill,
usr/src/uts/common/inet/ip/ip6_ire.c
505
ire_delete_host_redirects_v6(const in6_addr_t *gateway, ip_stack_t *ipst)
usr/src/uts/common/inet/ip/ip6_ire.c
526
if (IN6_ARE_ADDR_EQUAL(&gw_addr_v6, gateway))
usr/src/uts/common/inet/ip/ip6_ire.c
687
const in6_addr_t *gateway, int type, const ill_t *ill, zoneid_t zoneid,
usr/src/uts/common/inet/ip/ip6_ire.c
697
ASSERT((!(match_flags & MATCH_IRE_GW)) || gateway != NULL);
usr/src/uts/common/inet/ip/ip6_ire.c
70
const in6_addr_t *gateway, int type, const ill_t *ill,
usr/src/uts/common/inet/ip/ip6_ire.c
856
IN6_ARE_ADDR_EQUAL(&gw_addr_v6, gateway)) &&
usr/src/uts/common/inet/ip/ip6_ire.c
876
ire_gateway_ok_zone_v6(const in6_addr_t *gateway, zoneid_t zoneid, ill_t *ill,
usr/src/uts/common/inet/ip/ip6_ire.c
891
ire = ire_ftable_lookup_impl_v6(gateway, &ipv6_all_zeros,
usr/src/uts/common/inet/ip/ip6_ire.c
915
const in6_addr_t *gateway, int type, const ill_t *ill,
usr/src/uts/common/inet/ip/ip6_ire.c
923
ASSERT((!(flags & MATCH_IRE_GW)) || gateway != NULL);
usr/src/uts/common/inet/ip/ip6_ire.c
936
ire = ire_ftable_lookup_impl_v6(addr, mask, gateway, type, ill, zoneid,
usr/src/uts/common/inet/ip/ip6_ire.c
965
if (gateway != NULL)
usr/src/uts/common/inet/ip/ip6_ire.c
966
margs.ift_gateway_v6 = *gateway;
usr/src/uts/common/inet/ip/ip6_rts.c
117
sin6->sin6_addr = *gateway;
usr/src/uts/common/inet/ip/ip6_rts.c
81
const in6_addr_t *mask, const in6_addr_t *gateway,
usr/src/uts/common/inet/ip/ip_ftable.c
127
margs.ift_gateway = gateway;
usr/src/uts/common/inet/ip/ip_ftable.c
368
ire_del_host_redir(ire_t *ire, char *gateway)
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
382
ire_delete_host_redirects(ipaddr_t gateway, ip_stack_t *ipst)
usr/src/uts/common/inet/ip/ip_ftable.c
388
rtfarg.rt_arg = (void *)&gateway;
usr/src/uts/common/inet/ip/ip_ftable.c
96
ire_ftable_lookup_v4(ipaddr_t addr, ipaddr_t mask, ipaddr_t gateway,
usr/src/uts/common/inet/ip/ip_ire.c
1860
ire_match_args(ire_t *ire, ipaddr_t addr, ipaddr_t mask, ipaddr_t gateway,
usr/src/uts/common/inet/ip/ip_ire.c
2017
(ire->ire_gateway_addr == gateway)) &&
usr/src/uts/common/inet/ip/ip_ire.c
2134
ire_gateway_ok_zone_v4(ipaddr_t gateway, zoneid_t zoneid, ill_t *ill,
usr/src/uts/common/inet/ip/ip_ire.c
2150
rdst.rt_sin_addr.s_addr = gateway;
usr/src/uts/common/inet/ip/ip_ire.c
496
ire_init_v4(ire_t *ire, uchar_t *addr, uchar_t *mask, uchar_t *gateway,
usr/src/uts/common/inet/ip/ip_ire.c
513
if (gateway != NULL)
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
626
ire_create(uchar_t *addr, uchar_t *mask, uchar_t *gateway,
usr/src/uts/common/inet/ip/ip_ire.c
640
error = ire_init_v4(ire, addr, mask, gateway, type, ill, zoneid, flags,
usr/src/uts/common/inet/ip/ip_rts.c
1724
ipaddr_t gateway, ipaddr_t src_addr, ipaddr_t brd_addr, ipaddr_t author,
usr/src/uts/common/inet/ip/ip_rts.c
1759
sin->sin_addr.s_addr = gateway;
usr/src/uts/common/inet/ip/ip_rts.c
82
ipaddr_t mask, ipaddr_t gateway, ipaddr_t src_addr, ipaddr_t brd_addr,
usr/src/uts/common/inet/kifconf/kifconf.c
145
if (af == AF_INET && gateway != NULL) {
usr/src/uts/common/inet/kifconf/kifconf.c
151
rt_sin->sin_addr.s_addr = gateway->s_addr;
usr/src/uts/common/inet/kifconf/kifconf.c
66
struct in_addr *mybraddr, struct in_addr *gateway, char *ifname)
usr/src/uts/common/io/bnxe/577xx/hsi/mcp/nvm_map.h
739
u32_t gateway[4];
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_arp_link.c
163
wqnp->gateway.un.ip4addr = ire->ire_gateway_addr;
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_arp_link.c
165
wqnp->src_addr.family = wqnp->gateway.family =
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_arp_link.c
203
wqnp->gateway.un.ip6addr = ire->ire_gateway_addr_v6;
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_arp_link.c
205
wqnp->src_addr.family = wqnp->gateway.family =
usr/src/uts/common/io/qede/579xx/hsi/mcp/nvm_iscsi_cfg.h
80
union nvm_iscsi_ipv4_addr gateway; /* 0x8 */
usr/src/uts/common/io/qede/579xx/hsi/mcp/nvm_iscsi_cfg.h
97
union nvm_iscsi_ipv6_addr gateway; /* 0x20 */
usr/src/uts/common/sys/bootprops.h
73
struct in_addr *mybraddr, struct in_addr *gateway, char *ifname);
usr/src/uts/common/sys/ib/mgt/ibcm/ibcm_arp.h
62
ibt_ip_addr_t gateway; /* rts returned gateway addr */