OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextIp
(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,
232
mNextIp =
nextIp
;
561
InetAddress
nextIp
;
645
nextIp
= InetAddress.getByAddress(ipv4addr);
772
transactionId, clientIp, yourIp,
nextIp
, relayIp,
781
transactionId, clientIp, yourIp,
nextIp
, relayIp,
786
transactionId, clientIp, yourIp,
nextIp
, relayIp,
Completed in 449 milliseconds