HomeSort by relevance Sort by last modified time
    Searched refs:gateway (Results 1 - 25 of 119) sorted by null

1 2 3 4 5

  /external/smack/src/org/xbill/DNS/
IPSECKEYRecord.java 26 public static class Gateway {
27 private Gateway() {}
38 private Object gateway; field in class:IPSECKEYRecord
51 * @param gatewayType The record's gateway type.
53 * @param gateway The record's gateway.
58 int gatewayType, int algorithmType, Object gateway,
66 case Gateway.None:
67 this.gateway = null;
69 case Gateway.IPv4
    [all...]
  /external/android-clat/
setroute.h 25 int if_route(const char *ifname, int family, const void *destination, int cidr, const void *gateway, int metric, int mtu, int change_type);
setroute.c 39 * gateway - pointer to a struct in_addr or in6_addr for the gateway to use or NULL for an interface route
44 int if_route(const char *ifname, int family, const void *destination, int prefixlen, const void *gateway, int metric, int mtu, int change_type) {
78 if(gateway == NULL) {
106 if(gateway != NULL)
107 if(nla_put(msg, RTA_GATEWAY, addr_size, gateway) < 0) {
  /system/core/include/netutils/
dhcp.h 28 char *gateway,
36 char *gateway,
ifc.h 57 extern int ifc_set_default_route(const char *ifname, in_addr_t gateway);
69 uint32_t prefixLength, in_addr_t gateway,
  /frameworks/base/core/java/android/net/
RouteInfo.java 34 * - A gateway address (next-hop, for gatewayed routes), or
36 * - Both a gateway and an interface.
52 * The gateway address for this route.
68 * If destination is null, then gateway must be specified and the
70 * if @gateway is an instance of {@link Inet4Address}, or the IPv6 default
71 * route <code>::/0</code> if gateway is an instance of
74 * destination and gateway may not both be null.
77 * @param gateway the IP address to route packets through
80 public RouteInfo(LinkAddress destination, InetAddress gateway, String iface) {
82 if (gateway != null)
    [all...]
DhcpInfo.java 29 public int gateway; field in class:DhcpInfo
45 gateway = source.gateway;
58 str.append(" gateway "); putAddress(str, gateway);
80 dest.writeInt(gateway);
94 info.gateway = in.readInt();
  /system/netd/
SecondaryTableController.h 38 int addRoute(SocketClient *cli, char *iface, char *dest, int prefixLen, char *gateway);
39 int removeRoute(SocketClient *cli, char *iface, char *dest, int prefixLen, char *gateway);
46 char *gateway, int tableIndex);
SecondaryTableController.cpp 63 char *gateway) {
78 return modifyRoute(cli, ADD, iface, dest, prefix, gateway, tableIndex);
82 char *dest, int prefix, char *gateway, int tableIndex) {
91 if (strcmp("::", gateway) == 0) {
110 gateway,
121 IP_PATH, action, dest, prefix, gateway, iface, tableIndex+BASE_TABLE_NUMBER);
170 char *gateway) {
179 return modifyRoute(cli, DEL, iface, dest, prefix, gateway, tableIndex);
  /hardware/libhardware_legacy/include/hardware_legacy/
wifi.h 117 * @param gateway return the gateway being used
126 int do_dhcp_request(int *ipaddr, int *gateway, int *mask,
  /system/core/libnetutils/
dhcp_utils.c 89 char *gateway,
108 snprintf(prop_name, sizeof(prop_name), "%s.%s.gateway", DHCP_PROP_NAME_PREFIX, p2p_interface);
109 property_get(prop_name, gateway, NULL);
115 if (gateway[0] == '\0' || strncmp(gateway, "0.0.0.0", 7) == 0) {
116 //DHCP server is our best bet as gateway
117 strncpy(gateway, server, PROPERTY_VALUE_MAX);
183 char *gateway,
240 if (fill_ip_info(interface, ipaddr, gateway, prefixLength, dns,
326 char *gateway,
    [all...]
  /external/smack/src/org/jivesoftware/smackx/
GatewayManager.java 20 * This class is the general entry point to gateway interaction (XEP-0100).
23 * are not on his server. All actual interaction with a gateway is handled in the
24 * class {@see Gateway}.
35 private Map<String,Gateway> localGateways = new HashMap<String,Gateway>();
37 private Map<String,Gateway> nonLocalGateways = new HashMap<String,Gateway>();
39 private Map<String,Gateway> gateways = new HashMap<String,Gateway>();
74 * Discovers {@link DiscoveryInfo} and {@link DiscoveryInfo.Identity} of a gateway
188 Gateway gateway = new Gateway(connection,entityJID); local
    [all...]
  /bionic/libc/kernel/common/linux/
icmp.h 80 __u32 gateway; member in union:icmphdr::__anon334
  /development/ndk/platforms/android-3/include/linux/
icmp.h 67 __u32 gateway; member in union:icmphdr::__anon1012
  /external/kernel-headers/original/linux/
icmp.h 77 __u32 gateway; member in union:icmphdr::__anon9713
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
icmp.h 77 __be32 gateway; member in union:icmphdr::__anon26427
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
icmp.h 77 __be32 gateway; member in union:icmphdr::__anon28018
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
icmp.h 77 __be32 gateway; member in union:icmphdr::__anon29532
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
icmp.h 67 __u32 gateway; member in union:icmphdr::__anon30383
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
icmp.h 67 __u32 gateway; member in union:icmphdr::__anon30737
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
icmp.h 67 __u32 gateway; member in union:icmphdr::__anon31091
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
icmp.h 67 __u32 gateway; member in union:icmphdr::__anon31499
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
icmp.h 67 __u32 gateway; member in union:icmphdr::__anon31873
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
icmp.h 67 __u32 gateway; member in union:icmphdr::__anon32286
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
icmp.h 67 __u32 gateway; member in union:icmphdr::__anon32659

Completed in 1381 milliseconds

1 2 3 4 5