Searched refs:serverId (Results 1 – 2 of 2) sorted by relevance
32 public DhcpReleasePacket(int transId, Inet4Address serverId, Inet4Address clientAddr, in DhcpReleasePacket() argument36 mServerIdentifier = serverId; in DhcpReleasePacket()
428 public static String constructId(String serverId) { in constructId() argument429 return TAG + ":" + serverId; in constructId()