/external/bluetooth/bluez/audio/ |
gateway.c | 106 struct gateway *gw = dev->gateway; local 109 if (gw->state == new_state) 113 gw->state = new_state; 155 struct gateway *gw = dev->gateway; local 162 g_io_channel_shutdown(gw->sco, TRUE, NULL); 163 g_io_channel_unref(gw->sco); 164 gw->sco = NULL; 175 struct gateway *gw = dev->gateway; local 179 gw->sco = g_io_channel_ref(chan); 181 if (gw->sco_start_cb 225 struct gateway *gw = dev->gateway; local 272 struct gateway *gw = dev->gateway; local 370 struct gateway *gw = au_dev->gateway; local 388 struct gateway *gw = device->gateway; local 417 struct gateway *gw = device->gateway; local 455 struct gateway *gw = device->gateway; local 486 struct gateway *gw = device->gateway; local 519 struct gateway *gw = device->gateway; local 619 struct gateway *gw = dev->gateway; local 636 struct gateway *gw = dev->gateway; local 653 struct gateway *gw = dev->gateway; local 682 struct gateway *gw = dev->gateway; local 704 struct gateway *gw = dev->gateway; local 714 struct gateway *gw = dev->gateway; local [all...] |
/system/core/nexus/ |
IDhcpEventHandlers.h | 29 struct in_addr *gw, struct in_addr *dns1,
|
NetworkManager.h | 92 struct in_addr *gw, struct in_addr *dns1,
|
NetworkManager.cpp | 178 struct in_addr *gw, 188 bind->getCurrentCfg()->setGateway(gw);
|
/external/ipsec-tools/src/racoon/samples/roadwarrior/client/ |
phase1-up.sh | 45 route add ${REMOTE_ADDR} gw ${DEFAULT_GW} dev ${if} 46 route add default gw ${DEFAULT_GW} dev ${if}:1
|
phase1-down.sh | 45 route add default gw ${DEFAULT_GW}
|
/external/iproute2/examples/ |
dhcp-client-script | 177 LOG route add default gw $router 178 route add default gw $router 193 LOG route del default gw $router 194 route del default gw $router 223 route add default gw $router 246 route $op -net $1 netmask `ABCMask "$1"` gw $2
|
/system/core/rootdir/etc/ |
init.goldfish.sh | 4 route add default gw 10.0.2.2 dev eth0
|
/external/grub/netboot/ |
etherboot.h | 498 extern int ifconfig (char *ip, char *sm, char *gw, char *svr);
|
main.c | 147 ifconfig (char *ip, char *sm, char *gw, char *svr) 168 if (gw && ! inet_aton (gw, &arptable[ARP_GATEWAY].ipaddr))
|
/external/iproute2/doc/ |
ip-tunnels.tex | 48 route add -net 10.0.0.0 gw 193.233.7.65 dev tunl0 69 route add -net 10.0.0.0 netmask 255.0.0.0 gw 193.233.7.65 129 route add -net 10.0.0.0 gw A dev tunl0
|
/external/grub/stage2/ |
builtins.c | 1635 char *svr = 0, *ip = 0, *gw = 0, *sm = 0; local [all...] |
/external/webkit/SunSpider/tests/sunspider-0.9/ |
string-unpack-code.js | [all...] |
/external/webkit/SunSpider/tests/sunspider-0.9.1/ |
string-unpack-code.js | [all...] |
/external/chromium/net/base/ |
effective_tld_names.cc | [all...] |