/external/nist-sip/java/gov/nist/javax/sip/header/ims/ |
PVisitedNetworkIDHeader.java | 40 * P-Visited-Network-ID SIP Private Header: RFC 3455. 44 * . One of the conditions for a home network to accept the registration of a UA roaming to a 45 * particular visited network, is the existence of a roaming agreement between the home and 46 * the visited network. There is a need to indicate to the home network which one is the visited 47 * network that is providing services to the roaming UA. 49 * . user agents always register to the home network. The REGISTER request is proxied by 50 * one or more proxies located in the visited network towards the home network 52 * . the visited network includes an identification that is known at the home networ [all...] |
/external/iproute2/ip/ |
routel | 18 while read network rest 27 case $network in 28 broadcast|local|unreachable) via=$network 29 network=$1 40 echo "$network $via $src $proto $scope $dev $table" 46 { network=$1; 48 if(match(network,"/")) 49 { mask=" "substr(network,RSTART+1); 50 network=substr(network,0,RSTART) [all...] |
/external/nist-sip/java/gov/nist/core/net/ |
package.html | 2 Contains the Network layer classes and interfaces. The network layer
|
/external/wpa_supplicant/examples/ |
ieee8021x.conf | 5 network={ 6 ssid="example 802.1x network"
|
wpa2-eap-ccmp.conf | 5 network={ 6 ssid="example wpa2-eap network"
|
/external/wpa_supplicant_6/wpa_supplicant/examples/ |
ieee8021x.conf | 5 network={ 6 ssid="example 802.1x network"
|
wpa2-eap-ccmp.conf | 5 network={ 6 ssid="example wpa2-eap network"
|
/external/wpa_supplicant_8/hostapd/ |
hostapd.vlan | 1 # VLAN ID to network interface mapping 7 # name will be replaced with the VLAN ID. The network interfaces are created
|
/external/wpa_supplicant_8/wpa_supplicant/examples/ |
ieee8021x.conf | 5 network={ 6 ssid="example 802.1x network"
|
wpa2-eap-ccmp.conf | 5 network={ 6 ssid="example wpa2-eap network"
|
/external/chromium/chrome/browser/chromeos/net/ |
network_change_notifier_chromeos.h | 33 const chromeos::Network* network) OVERRIDE; 35 // Updates data members that keep the track the network stack state. 38 // True if we previously had an active network around. 40 // Current active network's connectivity state. 42 // Current active network's service path. 44 // Current active network's IP address.
|
/external/iptables/extensions/ |
libipt_NETMAP.man | 1 This target allows you to statically map a whole network of addresses onto 2 another network of addresses. It can only be used from rules in the 7 Network address to map to. The resulting address will be constructed in the
|
/external/webkit/LayoutTests/http/tests/appcache/ |
online-fallback-layering-expected.txt | 1 Test that a network namespace trumps a fallback namespace where they overlap. 4 Getting a network namespace resource that exists on the server, should succeed. 5 Getting a network namespace resource that does not exist on the server, should get a 404.
|
/external/webkit/Source/WebKit/qt/tests/MIMESniffing/ |
MIMESniffing.pro | 6 SOURCES += ../../../../WebCore/platform/network/MIMESniffing.cpp 8 ../../../../WebCore/platform/network/MIMESniffing.h \ 12 ../../../../WebCore/platform/network \
|
/external/chromium/chrome/browser/chromeos/status/ |
network_menu_button.h | 28 // The network menu button in the status area. 31 // wifi/cellular network. 33 // The network menu looks like this: 36 // <icon> Wifi Network A 37 // <icon> Wifi Network B 38 // <icon> Wifi Network C 39 // <icon> Cellular Network A 40 // <icon> Cellular Network B 41 // <icon> Cellular Network C 48 // Network settings.. [all...] |
network_menu.h | 41 // IP address (if network is active, empty otherwise) 45 // true if the network requires a passphrase. 47 // true if the network is currently remembered. 49 // true if the network is auto connect (meaningful for Wifi only). 56 // Connect or reconnect to the network at |index|. 57 // If remember >= 0, set the favorite state of the network. 165 // Menu for network menu button in the status area/welcome screen. 167 // It will also handle connecting to another wifi/cellular network. 169 // The network menu looks like this: 172 // <icon> Wifi Network [all...] |
/external/webkit/LayoutTests/http/tests/appcache/resources/ |
main-resource-redirect-frame.php | 3 header('Location: http://127.0.0.1:8000/resources/network-simulator.php?path=/appcache/resources/main-resource-redirect-frame-2.html');
|
/external/webkit/Source/WebCore/WebCore.vcproj/ |
WebCoreCFNetwork.vsprops | 9 AdditionalIncludeDirectories="$(ProjectDir)..\platform\network\cf"
|
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/ |
wpa_gui.desktop | 10 Categories=Qt;Network;
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
wpa_gui.desktop | 10 Categories=Qt;Network;
|
/libcore/luni/src/main/java/libcore/net/http/ |
ResponseSource.java | 28 * the cache is valid and the network response otherwise. 33 * Return the response from the network. 35 NETWORK; 38 return this == CONDITIONAL_CACHE || this == NETWORK;
|
/external/chromium/chrome/browser/chromeos/login/ |
network_screen.h | 53 // Subscribes NetworkScreen to the network change notification, 54 // forces refresh of current network state. 72 // Subscribes to network change notifications. 75 // Unsubscribes from network change notifications. 81 // Called by |connection_timer_| when connection to the network timed out. 84 // Update UI based on current network status. 85 void UpdateStatus(NetworkLibrary* network); 87 // Stops waiting for network to connect. 90 // Starts waiting for network connection. Shows spinner. 93 // True if subscribed to network change notification [all...] |
/external/chromium/chrome/browser/ui/webui/chromeos/ |
mobile_setup_ui.cc | 138 // Called when the network layer has requested a resource underneath 175 const chromeos::Network* network); 248 bool NeedsReconnecting(chromeos::CellularNetwork* network, 251 // Disconnect from network. 252 void DisconnectFromNetwork(chromeos::CellularNetwork* network); 253 // Connects to cellular network, resets connection timer. 254 bool ConnectToNetwork(chromeos::CellularNetwork* network, int delay); 256 void ForceReconnect(chromeos::CellularNetwork* network, int delay); 259 // Verify the state of cellular network and modify internal state 403 chromeos::CellularNetwork* network = GetCellularNetwork(service_path_); local 535 chromeos::CellularNetwork* network = GetCellularNetwork(service_path_); local 570 chromeos::CellularNetwork* network = GetCellularNetwork(service_path_); local 596 chromeos::CellularNetwork* network = GetCellularNetwork(); local 1323 chromeos::CellularNetwork* network = GetCellularNetwork(); local [all...] |
/external/chromium/third_party/libjingle/source/talk/base/ |
network.h | 40 class Network; 43 // Keeps track of the available network interfaces over time so that quality 51 // a given network, so that quality is tracked appropriately. 53 bool GetNetworks(std::vector<Network*>* networks); 62 // Creates a network object for each network available on the machine. 64 std::vector<Network*>* networks); 65 // Determines if a network should be ignored. 66 static bool IsIgnoredNetwork(const Network& network); [all...] |
network.cc | 32 #include "talk/base/network.h" 142 bool NetworkManager::GetNetworks(std::vector<Network*>* result) { 143 std::vector<Network*> list; 151 Network* network; local 153 network = list[i]; 155 network = iter->second; 156 network->set_ip(list[i]->ip()); 157 network->set_gateway_ip(list[i]->gateway_ip()); 161 networks_[network->name()] = network 172 const Network* network = list[i]; local 201 Network* network = new Network(name, "", 0, 0); local [all...] |