OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:clientIp
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/core/java/android/net/dhcp/
DhcpDeclinePacket.java
29
DhcpDeclinePacket(int transId, InetAddress
clientIp
, InetAddress yourIp,
32
super(transId,
clientIp
, yourIp, nextIp, relayIp, clientMac, false);
DhcpInformPacket.java
29
DhcpInformPacket(int transId, InetAddress
clientIp
, InetAddress yourIp,
32
super(transId,
clientIp
, yourIp, nextIp, relayIp, clientMac, false);
DhcpRequestPacket.java
32
DhcpRequestPacket(int transId, InetAddress
clientIp
, byte[] clientMac,
34
super(transId,
clientIp
, Inet4Address.ANY, Inet4Address.ANY,
DhcpAckPacket.java
35
InetAddress
clientIp
, byte[] clientMac) {
36
super(transId, Inet4Address.ANY,
clientIp
, serverAddress,
DhcpOfferPacket.java
37
InetAddress
clientIp
, byte[] clientMac) {
38
super(transId, Inet4Address.ANY,
clientIp
, Inet4Address.ANY,
DhcpNakPacket.java
30
DhcpNakPacket(int transId, InetAddress
clientIp
, InetAddress yourIp,
DhcpPacket.java
226
protected DhcpPacket(int transId, InetAddress
clientIp
, InetAddress yourIp,
230
mClientIp =
clientIp
;
559
InetAddress
clientIp
;
641
clientIp
= InetAddress.getByAddress(ipv4addr);
768
transactionId,
clientIp
, clientMac, broadcast);
772
transactionId,
clientIp
, yourIp, nextIp, relayIp,
781
transactionId,
clientIp
, yourIp, nextIp, relayIp,
786
transactionId,
clientIp
, yourIp, nextIp, relayIp,
886
int transactionId, InetAddress
clientIp
, boolean broadcast,
889
DhcpPacket pkt = new DhcpRequestPacket(transactionId,
clientIp
,
[
all
...]
Completed in 417 milliseconds