HomeSort by relevance Sort by last modified time
    Searched defs:gateway (Results 1 - 7 of 7) sorted by null

  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/htable/
htable.h 55 struct gateway { struct
56 struct gateway *g_link;
57 struct gateway *g_dst; /* connected gateway if metric > 0 */
58 struct gateway *g_firstent; /* first entry for this gateway */
  /onnv/onnv-gate/usr/src/stand/lib/inet/
ipv4_impl.h 88 struct in_addr gateway; member in struct:routing
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
snoop_pppoe.c 358 char gateway[INET_ADDRSTRLEN]; local
366 (void) inet_ntop(AF_INET, &tag_value[8], gateway,
372 "%s\t%s\t%s\t%d", dest, mask, gateway, metric);
  /onnv/onnv-gate/usr/src/uts/common/sys/ib/mgt/ibcm/
ibcm_arp.h 63 ibt_ip_addr_t gateway; /* rts returned gateway addr */ member in struct:ibcm_arp_prwqn
  /onnv/onnv-gate/usr/src/uts/common/inet/ip/
ip6.c 1012 in6_addr_t *src, *dst, *gateway; local
1044 gateway = &rd->nd_rd_target;
1058 if (!(IN6_IS_ADDR_LINKLOCAL(gateway) ||
1059 IN6_ARE_ADDR_EQUAL(gateway, dst))) {
1061 ip_drop_input("ipv6IfIcmpInBadRedirects - bad gateway",
1076 if (!IN6_ARE_ADDR_EQUAL(gateway, dst)) {
1080 gateway = dst; /* Add nce for dst */
1089 * that route was pointing to the old gateway (the source of the
1092 * gateway; not that the longest match matches that gateway
    [all...]
ip.c 626 * (*) A zone can only use a default or off-subnet route if the gateway is
627 * directly reachable from the zone, that is, if the gateway's address matches
2791 ipaddr_t src, dst, gateway; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
commands.c 125 struct gateway { struct
2609 struct addrinfo *res, *host, *gateway, *addr; local
    [all...]

Completed in 989 milliseconds