OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:relayIp
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/java/android/net/dhcp/
DhcpDeclinePacket.java
30
InetAddress nextIp, InetAddress
relayIp
,
32
super(transId, clientIp, yourIp, nextIp,
relayIp
, clientMac, false);
DhcpInformPacket.java
30
InetAddress nextIp, InetAddress
relayIp
,
32
super(transId, clientIp, yourIp, nextIp,
relayIp
, clientMac, false);
DhcpNakPacket.java
31
InetAddress nextIp, InetAddress
relayIp
,
33
super(transId, Inet4Address.ANY, Inet4Address.ANY, nextIp,
relayIp
,
DhcpPacket.java
227
InetAddress nextIp, InetAddress
relayIp
,
233
mRelayIp =
relayIp
;
562
InetAddress
relayIp
;
647
relayIp
= InetAddress.getByAddress(ipv4addr);
772
transactionId, clientIp, yourIp, nextIp,
relayIp
,
781
transactionId, clientIp, yourIp, nextIp,
relayIp
,
786
transactionId, clientIp, yourIp, nextIp,
relayIp
,
Completed in 180 milliseconds