/external/ipsec-tools/src/libipsec/ |
policy_parse.y | 142 %token ACTION PROTOCOL MODE LEVEL LEVEL_SPECIFY IPADDRESS PORT 146 %type <val> IPADDRESS LEVEL_SPECIFY PORT 323 : IPADDRESS { 329 IPADDRESS { 334 | IPADDRESS PORT { 340 IPADDRESS PORT {
|
/external/webrtc/webrtc/p2p/stunprober/ |
stunprober.cc | 54 rtc::IPAddress server_addr; 87 Request* GetRequestByAddress(const rtc::IPAddress& ip); 219 const rtc::IPAddress& ipaddr) { 449 std::set<rtc::IPAddress> srflx_ips; 453 std::map<rtc::IPAddress, int> num_response_per_server; 454 std::map<rtc::IPAddress, int> num_request_per_server;
|
stunprober_unittest.cc | 81 rtc::IPAddress(0x12345600U), 24); 82 ipv4_network1.AddIP(rtc::IPAddress(0x12345678));
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
access_point.py | 18 import ipaddress 91 _AP_2GHZ_SUBNET = dhcp_config.Subnet(ipaddress.ip_network(_AP_2GHZ_SUBNET_STR)) 92 _AP_5GHZ_SUBNET = dhcp_config.Subnet(ipaddress.ip_network(_AP_5GHZ_SUBNET_STR)) 211 ipaddress.ip_network('%s.%s.%s.%s' % (a, b, str( 219 interface_ip = ipaddress.ip_interface( 228 bss_interface_ip = ipaddress.ip_interface(
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
TLSMessageProcessor.java | 84 * @param ipAddress -- inet address where I am listening. 88 protected TLSMessageProcessor(InetAddress ipAddress, SIPTransactionStack sipStack, int port) { 89 super(ipAddress, port, "tls",sipStack);
|
UDPMessageChannel.java | 144 String ipAddress; 147 public PingBackTimerTask(String ipAddress, int port) { 148 this.ipAddress = ipAddress; 150 pingBackRecord.put(ipAddress + ":" + port, this); 154 pingBackRecord.remove(ipAddress + ":" + port); 158 return (ipAddress + ":" + port).hashCode(); [all...] |
/packages/apps/Settings/src/com/android/settings/deviceinfo/ |
Status.java | 256 String ipAddress = Utils.getDefaultIpAddresses(this.mCM); 257 if (ipAddress != null) { 258 mIpAddress.setSummary(ipAddress);
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/about/ |
StatusFragment.java | 228 String ipAddress = getDefaultIpAddresses(mCM); 229 if (ipAddress != null) { 230 mIpAddress.setSummary(ipAddress);
|
/cts/tests/tests/location/src/android/location/cts/suplClient/ |
SuplRrlpMessagesGenerator.java | 80 public static byte[] generateSuplStartLocalLocationMessage(@Nullable InetAddress ipAddress) 95 if (ipAddress == null){ 96 ipAddress = InetAddress.getLocalHost(); 98 byte[] ipAsbytes = ipAddress.getAddress();
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/ManagedNetwork/ |
ManagedNetwork.h | 111 IN EFI_IP_ADDRESS *IpAddress,
|
/external/autotest/client/site_tests/network_EthernetStressPlug/ |
network_EthernetStressPlug.py | 32 'ipaddress': None, 127 'ipaddress': None, 143 """ Obtains the ipaddress of the interface. """ 180 'ipaddress': self.GetIPAddress() 183 self.test_status['ipaddress'] = ethernet_status['ipaddress'] 304 self.test_status['ipaddress'] is not None) \ 307 self.test_status['ipaddress'] is None): 315 (self.interface, self.test_status['ipaddress'],
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/extension/ |
X509ExtensionUtil.java | 85 case GeneralName.iPAddress:
|
/external/iproute2/ip/ |
Makefile | 1 IPOBJ=ip.o ipaddress.o ipaddrlabel.o iproute.o iprule.o ipnetns.o \
|
/external/webrtc/webrtc/examples/turnserver/ |
turnserver_main.cc | 57 rtc::IPAddress ext_addr;
|
/external/webrtc/webrtc/p2p/base/ |
stun.cc | 518 rtc::IPAddress ipaddr(v4addr); 528 rtc::IPAddress ipaddr(v6addr); 571 rtc::IPAddress StunXorAddressAttribute::GetXoredIP() const { 573 rtc::IPAddress ip = ipaddr(); 579 return rtc::IPAddress(v4addr); 596 return rtc::IPAddress(v6addr); 604 return rtc::IPAddress(); 611 rtc::IPAddress xored_ip = GetXoredIP(); 622 rtc::IPAddress xored_ip = GetXoredIP();
|
tcpport.h | 34 const rtc::IPAddress& ip, 66 const rtc::IPAddress& ip,
|
stun_unittest.cc | 43 rtc::IPAddress expected_address) { 535 rtc::IPAddress test_address(kIPv4TestAddress1); 549 rtc::IPAddress test_address(kIPv4TestAddress1); 560 rtc::IPAddress test_address(kIPv6TestAddress1); 573 rtc::IPAddress test_address(kIPv6TestAddress1); 584 rtc::IPAddress test_address(kIPv6TestAddress1); 713 rtc::IPAddress test_address(kIPv4TestAddress1); 723 rtc::IPAddress test_address(kIPv6TestAddress1); 770 rtc::IPAddress test_address(kIPv4TestAddress1); 809 rtc::IPAddress test_ip(kIPv6TestAddress2) [all...] |
turnserver.cc | 58 Permission(rtc::Thread* thread, const rtc::IPAddress& peer); 61 const rtc::IPAddress& peer() const { return peer_; } 70 rtc::IPAddress peer_; 823 bool TurnServerAllocation::HasPermission(const rtc::IPAddress& addr) { 827 void TurnServerAllocation::AddPermission(const rtc::IPAddress& addr) { 840 const rtc::IPAddress& addr) const { 910 const rtc::IPAddress& peer)
|
/libcore/ojluni/src/main/native/ |
Inet6Address.c | 57 ia6_ipaddressID = (*env)->GetFieldID(env, ia6h_class, "ipaddress", "[B");
|
/external/netperf/src/ |
nettest_sctp.h | 33 int ipfamily; /* address family of ipaddress */ 79 int ipfamily; /* address family of ipaddress */
|
nettest_sdp.h | 38 int ipfamily; /* address family of ipaddress */ 84 int ipfamily; /* address family of ipaddress */
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
Dns4.h | 113 EFI_IPv4_ADDRESS *IpAddress;
370 @param[in] IpAddress Ip Address.
380 IpAddress is not valid IP address .
390 IN EFI_IPv4_ADDRESS IpAddress,
452 DnsCacheEntry.IpAddress is NULL.
|
/external/webrtc/webrtc/test/channel_transport/ |
udp_transport_impl.cc | 223 if(IPAddress(address,_previousIP,ipSize,_previousSourcePort) != 0) [all...] |
/external/webrtc/webrtc/base/ |
virtualsocket_unittest.cc | 139 kIPv4AnyAddress(IPAddress(INADDR_ANY), 0), 140 kIPv6AnyAddress(IPAddress(in6addr_any), 0) { 146 IPAddress post_ip = post.ipaddr(); 147 IPAddress pre_ip = pre.ipaddr(); 165 void TestDefaultRoute(const IPAddress& default_route) { 830 SocketAddress ipv4_test_addr(IPAddress(INADDR_ANY), 5000); 835 SocketAddress ipv6_test_addr(IPAddress(in6addr_any), 5000); 840 IPAddress ipv4_default_addr(0x01020304); 845 IPAddress ipv6_default_addr; [all...] |
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/ |
IpmiNetFnTransport.h | 108 UINT8 IpAddress[4];
121 UINT8 IpAddress[4];
376 UINT8 IpAddress[4];
|