Home
last modified time | relevance | path

Searched refs:gateway (Results 1 – 25 of 27) sorted by relevance

12

/external/bluetooth/bluez/audio/
Dgateway.c103 struct gateway { struct
128 struct gateway *gw = dev->gateway; in rfcomm_start_watch() argument
137 struct gateway *gw = dev->gateway; in rfcomm_stop_watch()
161 static gboolean rfcomm_send_and_read(struct gateway *gw, gchar *data, in rfcomm_send_and_read()
261 static gboolean establish_service_level_conn(struct gateway *gw) in establish_service_level_conn()
320 struct gateway *gw = dev->gateway; in process_ind_change()
416 device->gateway->is_dialing = TRUE; in process_ring()
429 struct gateway *gw; in rfcomm_ag_data_cb()
441 gw = device->gateway; in rfcomm_ag_data_cb()
495 struct gateway *gw = dev->gateway; in sco_io_cb()
[all …]
Ddevice.h50 struct gateway;
64 struct gateway *gateway; member
Dmanager.c112 .gateway = FALSE,
143 return enabled.gateway; in server_is_enabled()
201 if (device->gateway == NULL) in handle_uuid()
202 device->gateway = gateway_init(device); in handle_uuid()
553 if (!device->gateway) { in hf_io_cb()
555 if (!device->gateway) in hf_io_cb()
1054 enabled.gateway = TRUE; in audio_manager_init()
1070 enabled.gateway = FALSE; in audio_manager_init()
1109 if (enabled.gateway) in audio_manager_init()
1120 *enable_sco = (enabled.gateway || enabled.headset); in audio_manager_init()
[all …]
DMakefile.am11 device.h device.c headset.h headset.c gateway.h gateway.c \
DAndroid.mk12 gateway.c \
Dmanager.h28 gboolean gateway; member
Dgateway.h36 struct gateway *gateway_init(struct audio_device *device);
Dmain.c119 } else if (device->gateway) { in sco_server_cb()
Ddevice.c647 else if (!strcmp(interface, AUDIO_GATEWAY_INTERFACE) && dev->gateway && in audio_device_is_active()
Dunix.c189 else if (!strcmp(interface, AUDIO_GATEWAY_INTERFACE) && dev->gateway) in select_service()
1408 else if (dev->gateway) in handle_sco_transport()
/external/ipsec-tools/src/racoon/samples/roadwarrior/
DREADME3 gateway authenticates to the client using a certificate, and the client
4 authenticates to the VPN gateway using a login and a password.
8 internal address, netmask and DNS from the VPN gateway.
17 The first server setup, in server/racoon.conf, is for a VPN gateway
44 certificate authority that signed the VPN gateway certificate in
49 racoonctl vc -u username vpn-gateway.example.net
51 Where username is your login, and vpn-gateway.example.net is
52 the DNS or IP address of the VPN gateway. racoonctl will prompt
64 racoonctl vd vpn-gateway.example.net
/external/dhcpcd/
Dif-linux.c322 const struct in_addr *gateway, int metric, int action) in if_route() argument
359 if (gateway->s_addr == INADDR_ANY) in if_route()
370 &gateway->s_addr, sizeof(gateway->s_addr)); in if_route()
Dif-bsd.c102 const struct in_addr *netmask, const struct in_addr *gateway, in if_route() argument
157 if (gateway->s_addr == INADDR_ANY) { in if_route()
176 ADDADDR(gateway); in if_route()
/external/ipsec-tools/src/racoon/samples/
Dracoon.conf.sample-natt29 # To keep the NAT-mappings on your NAT gateway, there must be
42 # 172.16.0.1 and 172.16.1.1, where the first gateway is behind
75 # regardless of whether there is a NAT gateway between them
/external/dhcpcd/dhcpcd-hooks/
D95-configured11 setprop dhcp.${interface}.gateway "${new_routers%% *}"
/external/ppp/pppd/
Dsys-linux.c1590 int sifdefaultroute (int unit, u_int32_t ouraddr, u_int32_t gateway) in sifdefaultroute() argument
1597 if (old_gateway != gateway) in sifdefaultroute()
1614 SIN_ADDR(rt.rt_gateway) = gateway; in sifdefaultroute()
1623 default_route_gateway = gateway; in sifdefaultroute()
1632 int cifdefaultroute (int unit, u_int32_t ouraddr, u_int32_t gateway) in cifdefaultroute() argument
1647 SIN_ADDR(rt.rt_gateway) = gateway; in cifdefaultroute()
/external/webkit/WebKit/English.lproj/
DLocalizable.strings446 "bad gateway" = "bad gateway";
479 "gateway timed out" = "gateway timed out";
/external/ping/
Dping.c1217 pr_icmph(icp->type, icp->code, ntohl(icp->un.gateway), icp); in parse_reply()
1238 pr_icmph(icp->type, icp->code, ntohl(icp->un.gateway), icp); in parse_reply()
1350 printf("(New nexthop: %s)\n", pr_addr(icp->un.gateway)); in pr_icmph()
1374 printf("Parameter problem: pointer = %u\n", icp ? (ntohl(icp->un.gateway)>>24) : info); in pr_icmph()
/external/libpcap/
Dscanner.l248 gateway return GATEWAY;
/external/tcpdump/
DREADME43 internet gateway performance. The parts of the program originally
/external/bluetooth/bluez/
DChangeLog417 Add example record for headset audio gateway record.
418 Use Handsfree version 0x0105 for the gateway role.
/external/openssl/crypto/objects/
Dobjects.txt1038 set-attr 1 : setAttr-PGWYcap : payment gateway capabilities
/external/grub/docs/
Dgrub.texi1467 an IP address for your TFTP server and a gateway. If any of the
2358 @deffn Command ifconfig [@option{--server=server}] [@option{--gateway=gateway}] [@option{--mask=mas…
2359 Configure the IP address, the netmask, the gateway, and the server
Dgrub.info1305 server and a gateway. If any of the addresses is wrong or it causes an
2162 -- Command: ifconfig [`--server=server'] [`--gateway=gateway']
2164 Configure the IP address, the netmask, the gateway, and the server
/external/netcat/
DREADME469 back to yourself via some gateway outside your network will create "incoming"
806 *gateway*, and the options list now contains hop2, ..., destination. During

12