Searched defs:dstAddress (Results 1 – 3 of 3) sorted by relevance
45 public final InetAddress dstAddress; field in KeepalivePacketData62 InetAddress dstAddress, int dstPort, byte[] data) throws InvalidPacketException { in KeepalivePacketData()95 InetAddress srcAddress, int srcPort, InetAddress dstAddress, int dstPort) in nattKeepalivePacket()
628 private void handleIncomingCecCommand(int srcAddress, int dstAddress, byte[] body) { in handleIncomingCecCommand()674 int dstAddress, byte[] body); in nativeSendCecCommand()
339 InetAddress srcAddress, dstAddress; in startNattKeepalive() local