OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ipaddress
(Results
151 - 175
of
357
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/vpc/
customergateway.py
45
elif name == '
ipAddress
':
/external/selinux/policycoreutils/semanage/
semanage-node.8
10
from policy sources. semanage controls the
ipaddress
to node type definitions.
/external/webrtc/webrtc/p2p/base/
stunport.h
51
const rtc::
IPAddress
& ip,
113
const rtc::
IPAddress
& ip,
233
const rtc::
IPAddress
& ip,
261
const rtc::
IPAddress
& ip,
/system/connectivity/shill/
arp_client_unittest.cc
117
IPAddress
local_ip(
IPAddress
::kFamilyIPv4);
120
IPAddress
remote_ip(
IPAddress
::kFamilyIPv4);
connection_health_checker.h
42
class
IPAddress
;
80
virtual void AddRemoteIP(
IPAddress
ip);
175
void GetDNSResult(const Error& error, const
IPAddress
& ip);
215
const base::Callback<void(const Error&, const
IPAddress
&)>
connection_info_reader.h
60
IPAddress
* ip_address, bool* is_source);
icmp_session.h
47
class
IPAddress
;
76
virtual bool Start(const
IPAddress
& destination,
114
void TransmitEchoRequestTask(const
IPAddress
& destination);
dns_client.cc
76
DNSClient::DNSClient(
IPAddress
::Family family,
82
: address_(
IPAddress
(family)),
201
IPAddress
address(address_);
245
IPAddress
::GetAddressLength(address_.family()) &&
248
address_ =
IPAddress
(address_.family(),
traffic_monitor_unittest.cc
75
local_addr_(
IPAddress
::kFamilyIPv4),
76
remote_addr_(
IPAddress
::kFamilyIPv4) {
130
string FormatIPPort(const
IPAddress
& ip, const uint16_t port) {
144
IPAddress
local_addr_;
145
IPAddress
remote_addr_;
200
IPAddress
foreign_ip_addr(
IPAddress
::kFamilyIPv4);
active_link_monitor_unittest.cc
138
gateway_ip_(
IPAddress
::kFamilyIPv4),
139
local_ip_(
IPAddress
::kFamilyIPv4),
275
const
IPAddress
& local_ip,
277
const
IPAddress
& remote_ip,
363
IPAddress
gateway_ip_;
364
IPAddress
local_ip_;
/external/ipsec-tools/src/libipsec/
policy_token.l
95
ipaddress
[a-zA-Z0-9:\._][a-zA-Z0-9:\._]*(%[a-zA-Z0-9]+)?
148
{
ipaddress
} {
151
return(
IPADDRESS
);
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 {
/system/connectivity/apmanager/
dhcp_server.cc
57
server_address_(shill::
IPAddress
::kFamilyIPv4),
97
shill::
IPAddress
(shill::
IPAddress
::kFamilyIPv4));
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/cloudfront/
test_signed_urls.py
43
' "
IpAddress
":{"AWS:SourceIp":"145.168.143.0/24"}, \n'
53
' "
IpAddress
":{"AWS:SourceIp":"216.98.35.1/32"},\n'
272
ip_address = condition["
IpAddress
"]
297
ip_address = condition["
IpAddress
"]
335
ip_address = condition["
IpAddress
"]
/external/nist-sip/java/gov/nist/javax/sip/stack/
UDPMessageProcessor.java
97
protected UDPMessageProcessor(InetAddress
ipAddress
,
99
super(
ipAddress
, port, "udp",sipStack);
108
ipAddress
);
120
if (
ipAddress
.getHostAddress().equals(IN_ADDR_ANY) ||
121
ipAddress
.getHostAddress().equals(IN6_ADDR_ANY)){
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);
/external/webrtc/webrtc/base/
virtualsocketserver.h
43
IPAddress
GetDefaultRoute(int family);
44
void SetDefaultRoute(const
IPAddress
& from_addr);
126
IPAddress
GetNextIP(int family);
236
IPAddress
default_route_v4_;
237
IPAddress
default_route_v6_;
virtualsocketserver.cc
528
IPAddress
VirtualSocketServer::GetNextIP(int family) {
530
IPAddress
next_ip(next_ipv4_);
535
IPAddress
next_ip(next_ipv6_);
540
return
IPAddress
();
669
IPAddress
default_ip = GetDefaultRoute(addr.ipaddr().family());
889
IPAddress
default_ip = GetDefaultRoute(sender_addr.ipaddr().family());
[
all
...]
/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;
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
InetAddressTest.java
271
byte
ipAddress
[] = { 127, 0, 0, 1 };
274
InetAddress addr = InetAddress.getByAddress(addressStr,
ipAddress
);
275
addr = InetAddress.getByAddress(
ipAddress
);
278
+
ipAddress
.length);
286
addr = InetAddress.getByAddress(
ipAddress
);
289
+
ipAddress
.length);
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearch/
optionstatus.py
160
"
IpAddress
": {
176
if condition_name == '
IpAddress
':
218
if condition_name == '
IpAddress
':
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearch2/
optionstatus.py
145
"
IpAddress
": {
161
if condition_name == '
IpAddress
':
203
if condition_name == '
IpAddress
':
/packages/apps/Settings/src/com/android/settings/deviceinfo/
Status.java
288
String
ipAddress
= Utils.getDefaultIpAddresses(this.mCM);
289
if (
ipAddress
!= null) {
290
mIpAddress.setSummary(
ipAddress
);
/packages/apps/Settings/src/com/android/settings/wifi/
ConfigureWifiSettings.java
225
String
ipAddress
= Utils.getWifiIpAddresses(context);
226
wifiIpAddressPref.setSummary(
ipAddress
== null ?
227
context.getString(R.string.status_unavailable) :
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
);
Completed in 1100 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>