/external/bluetooth/bluez/audio/ |
D | gateway.c | 103 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 …]
|
D | device.h | 50 struct gateway; 64 struct gateway *gateway; member
|
D | manager.c | 112 .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 …]
|
D | Makefile.am | 11 device.h device.c headset.h headset.c gateway.h gateway.c \
|
D | Android.mk | 12 gateway.c \
|
D | manager.h | 28 gboolean gateway; member
|
D | gateway.h | 36 struct gateway *gateway_init(struct audio_device *device);
|
D | main.c | 119 } else if (device->gateway) { in sco_server_cb()
|
D | device.c | 647 else if (!strcmp(interface, AUDIO_GATEWAY_INTERFACE) && dev->gateway && in audio_device_is_active()
|
D | unix.c | 189 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/ |
D | README | 3 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/ |
D | if-linux.c | 322 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()
|
D | if-bsd.c | 102 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/ |
D | racoon.conf.sample-natt | 29 # 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/ |
D | 95-configured | 11 setprop dhcp.${interface}.gateway "${new_routers%% *}"
|
/external/ppp/pppd/ |
D | sys-linux.c | 1590 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/ |
D | Localizable.strings | 446 "bad gateway" = "bad gateway"; 479 "gateway timed out" = "gateway timed out";
|
/external/ping/ |
D | ping.c | 1217 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/ |
D | scanner.l | 248 gateway return GATEWAY;
|
/external/tcpdump/ |
D | README | 43 internet gateway performance. The parts of the program originally
|
/external/bluetooth/bluez/ |
D | ChangeLog | 417 Add example record for headset audio gateway record. 418 Use Handsfree version 0x0105 for the gateway role.
|
/external/openssl/crypto/objects/ |
D | objects.txt | 1038 set-attr 1 : setAttr-PGWYcap : payment gateway capabilities
|
/external/grub/docs/ |
D | grub.texi | 1467 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
|
D | grub.info | 1305 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/ |
D | README | 469 back to yourself via some gateway outside your network will create "incoming" 806 *gateway*, and the options list now contains hop2, ..., destination. During
|