Searched defs:transmitPacket (Results 1 – 3 of 3) sorted by relevance
710 public int transmitPacket(final ByteBuffer buf, final SocketAddress socketAddress) in transmitPacket() method in DhcpClient.DhcpPacketHandler721 private boolean transmitPacket(ByteBuffer buf, String description, int encap, Inet4Address to) { in transmitPacket() method in DhcpClient1542 public boolean transmitPacket(@NonNull Inet4Address targetIp, in transmitPacket() method in DhcpClient.IpConflictDetector
754 private boolean transmitPacket(@NonNull ByteBuffer buf, @NonNull String packetTypeTag, in transmitPacket() method in DhcpServer
1504 private void transmitPacket(final ByteBuffer packet, final SocketAddress sockAddress, in transmitPacket() method in IpClient