/ndk/build/platforms/android-5/arch-arm/usr/include/linux/ |
wanrouter.h | 334 unsigned char gateway; member in struct:wanif_conf
|
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/ |
wanrouter.h | 334 unsigned char gateway; member in struct:wanif_conf
|
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/ |
wanrouter.h | 334 unsigned char gateway; member in struct:wanif_conf
|
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/ |
wanrouter.h | 334 unsigned char gateway; member in struct:wanif_conf
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/ |
eap_sim_db.c | 2 * hostapd / EAP-SIM database/authenticator gateway 15 * gateway interface that is using an external program as an SS7 gateway to 17 * implementation of such a gateway program. This eap_sim_db.c takes care of 19 * gateway implementations for HLR/AuC access. Alternatively, it can also be 391 * eap_sim_db_init - Initialize EAP-SIM DB / authentication gateway interface 816 /* TODO: Should consider asking HLR/AuC gateway whether this permanent [all...] |
/packages/apps/Phone/src/com/android/phone/ |
PhoneUtils.java | 574 * Dial the number using a 3rd party provider gateway. Should 608 // in the gateway numbers (treated a fragment delim.) However 609 // if we allow more complex gateway numbers sequence (with 617 Log.e(LOG_TAG, "Exception dialing gateway", ex); 644 // requested by the user (and not the provider's gateway number). [all...] |
/dalvik/libcore/luni/src/main/java/java/net/ |
HttpURLConnection.java | 95 * Numeric status code, 502: Bad Gateway 135 * Numeric status code, 504: Gateway timeout
|
/external/bluetooth/bluez/audio/ |
device.c | 59 #include "gateway.h" 647 else if (!strcmp(interface, AUDIO_GATEWAY_INTERFACE) && dev->gateway &&
|
/external/libpcap/ |
grammar.y | 169 %token DST SRC HOST GATEWAY 336 ndaqual: GATEWAY { $$ = Q_GATEWAY; }
|
scanner.l | 248 gateway return GATEWAY;
|
/external/webkit/WebCore/inspector/front-end/ |
Resource.js | 87 502: "Bad Gateway", 89 504: "Gateway Timeout",
|
/external/webkit/WebKit/win/ |
WebURLResponse.cpp | 193 result = LPCTSTR_UI_STRING("bad gateway", "HTTP result code string"); 199 result = LPCTSTR_UI_STRING("gateway timed out", "HTTP result code string");
|
/external/dhcpcd/ |
if-bsd.c | 170 /* Make us a link layer socket for the host gateway */
|
/external/tcpdump/ |
print-egp.c | 166 /* Pickup host part of gateway address */
|
/frameworks/base/core/java/android/preference/ |
PreferenceScreen.java | 43 * serves as the gateway to another screen of preferences (either by showing
|
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
GsmSmsTest.java | 186 // email gateway sms test, including gsm extended character set.
|
/packages/apps/Mms/src/com/android/mms/ |
MmsConfig.java | 69 // Email gateway alias support, including the master switch and different rules
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
AdvancedSettings.java | 53 "ip_address", "gateway", "netmask", "dns1", "dns2"
|
/external/bluetooth/bluez/doc/ |
audio-api.txt | 355 Gateway role of the HFP profiles.
|
/external/ipsec-tools/src/racoon/ |
racoon.conf.5 | 769 NAT-T allows one or both peers to reside behind a NAT gateway (i.e., 771 If a NAT gateway is detected during the phase 1 handshake, racoon will 778 NAT-T is used when a NAT gateway is detected between the peers. 783 NAT-T is used regardless of whether a NAT gateway is detected between the [all...] |
/external/ppp/pppd/ |
sys-linux.c | 210 static u_int32_t default_route_gateway; /* Gateway for default route added */ [all...] |
/external/qemu/slirp/ |
tcp_timer.c | 228 * might overwhelm an intermediate gateway).
|
/external/qemu/slirp-android/ |
tcp_timer.c | 228 * might overwhelm an intermediate gateway).
|
/external/kernel-headers/original/linux/ |
wanrouter.h | 430 unsigned char gateway; /* Is this interface a gateway */ member in struct:wanif_conf
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
DataConnection.java | 430 + " gateway=" + gatewayAddress + " DNS1=" + dnsServers[0] [all...] |