Searched refs:gateway (Results 1 - 23 of 23) sorted by relevance

/external/bluetooth/bluez/audio/
H A Dgateway.c47 #include "gateway.h"
63 struct gateway { struct
103 struct gateway *gw = dev->gateway;
152 struct gateway *gw = dev->gateway;
172 struct gateway *gw = dev->gateway;
174 DBG("at the begin of sco_connect_cb() in gateway.c");
197 if (!dev->gateway
437 struct gateway *gateway = data; local
[all...]
H A Ddevice.h50 struct gateway;
64 struct gateway *gateway; member in struct:audio_device
H A Dmanager.h28 gboolean gateway; member in struct:enabled_interfaces
H A Dgateway.h40 struct gateway *gateway_init(struct audio_device *device);
H A DAndroid.mk12 gateway.c \
H A Dmanager.c64 #include "gateway.h"
116 .gateway = FALSE,
147 return enabled.gateway;
204 if (enabled.gateway && (device->gateway == NULL))
205 device->gateway = gateway_init(device);
585 if (!device->gateway) {
587 if (!device->gateway)
1118 .name = "audio-gateway",
1162 enabled.gateway
[all...]
H A Dmain.c47 #include "gateway.h"
118 } else if (device->gateway) {
H A Ddevice.c57 #include "gateway.h"
698 else if (!strcmp(interface, AUDIO_GATEWAY_INTERFACE) && dev->gateway &&
717 if (device->gateway)
H A Dunix.c52 #include "gateway.h"
218 else if (!strcmp(interface, AUDIO_GATEWAY_INTERFACE) && dev->gateway)
1471 else if (dev->gateway)
/external/kernel-headers/original/linux/
H A Dicmp.h77 __u32 gateway; member in union:icmphdr::__anon5726
H A Dwanrouter.h430 unsigned char gateway; /* Is this interface a gateway */ member in struct:wanif_conf
/external/dhcpcd/
H A Dif-linux.c514 const struct in_addr *gateway, int metric, int action)
549 if (gateway->s_addr == INADDR_ANY ||
550 (gateway->s_addr == destination->s_addr &&
565 /* If destination == gateway then don't add the gateway */
566 if (destination->s_addr != gateway->s_addr ||
569 &gateway->s_addr, sizeof(gateway->s_addr));
512 if_route(const struct interface *iface, const struct in_addr *destination, const struct in_addr *netmask, const struct in_addr *gateway, int metric, int action) argument
/external/chromium/chrome/browser/chromeos/cros/
H A Dnetwork_library.h847 const std::string& gateway, const std::string& name_servers)
852 gateway(gateway),
864 std::string gateway; member in struct:chromeos::NetworkIPConfig
845 NetworkIPConfig(const std::string& device_path, IPConfigType type, const std::string& address, const std::string& netmask, const std::string& gateway, const std::string& name_servers) argument
H A Dnetwork_library.cc3009 ipconfig.netmask, ipconfig.gateway,
/external/iproute2/doc/
H A Dip-tunnels.tex55 A: Yes, in 2.2 the rule that {\em normal} gateway must reside on directly
63 not to check for consistency of gateway address.
133 kinds and gateway is required to be directly reachable via this tunnel,
213 The only way to make it is to create special routes with gateway
219 kernel will refuse request to create route via gateway not directly
H A Dip-cref.tex1122 In this case, Linux-2.2 makes ``dead gateway detection''~\cite{RFC1122}
1418 \item add a plain route to network 10.0.0/24 via gateway 193.233.7.65
/external/ppp/pppd/
H A Dsys-linux.c1479 else if (strcasecmp(q, "gateway") == 0)
1590 int sifdefaultroute (int unit, u_int32_t ouraddr, u_int32_t gateway) argument
1597 if (old_gateway != gateway)
1614 SIN_ADDR(rt.rt_gateway) = gateway;
1623 default_route_gateway = gateway;
1632 int cifdefaultroute (int unit, u_int32_t ouraddr, u_int32_t gateway) argument
1647 SIN_ADDR(rt.rt_gateway) = gateway;
2330 * Set the gateway address
/external/ping6/
H A Dping6.c312 char *e, *target, *ifname = NULL, *gateway = NULL; local
434 gateway = optarg;
650 /* set the gateway (next hop) if specified */
651 if (gateway) {
660 error = getaddrinfo(gateway, NULL, &hints, &gres);
662 errx(1, "getaddrinfo for the gateway %s: %s",
663 gateway, gai_strerror(error));
666 warnx("gateway resolves to multiple addresses");
2670 "\t[-s packetsize] [-h hoplimit] [-g gateway] [hops...] host\n");
/external/ping/
H A Dping.c1219 pr_icmph(icp->type, icp->code, ntohl(icp->un.gateway), icp);
1240 pr_icmph(icp->type, icp->code, ntohl(icp->un.gateway), icp);
1352 printf("(New nexthop: %s)\n", pr_addr(icp->un.gateway));
1376 printf("Parameter problem: pointer = %u\n", icp ? (ntohl(icp->un.gateway)>>24) : info);
/external/chromium/chrome/browser/resources/options/chromeos/
H A Dinternet_options.js333 $('inetGateway').textContent = data.ipconfigs[0].gateway;
/external/libpcap/
H A Dscanner.l248 gateway return GATEWAY;
/external/chromium/chrome/browser/ui/webui/options/chromeos/
H A Dinternet_options_handler.cc618 ipconfig_dict->SetString("gateway", ipconfig.gateway);
/external/chromium/net/base/
H A Deffective_tld_names.cc2598 {"gateway.museum", 0},

Completed in 489 milliseconds