Searched refs:ERROR_INVALID_IP_ADDRESS (Results 1 – 8 of 8) sorted by relevance
19 import static android.net.SocketKeepalive.ERROR_INVALID_IP_ADDRESS;71 throw new InvalidPacketException(ERROR_INVALID_IP_ADDRESS); in KeepalivePacketData()
19 import static android.net.SocketKeepalive.ERROR_INVALID_IP_ADDRESS;51 throw new InvalidPacketException(ERROR_INVALID_IP_ADDRESS); in nattKeepalivePacket()
72 public static final int ERROR_INVALID_IP_ADDRESS = -21; field in SocketKeepalive98 ERROR_INVALID_IP_ADDRESS,
1804 public static final int ERROR_INVALID_IP_ADDRESS = -21; field in ConnectivityManager.PacketKeepalive
18 import static android.net.SocketKeepalive.ERROR_INVALID_IP_ADDRESS;91 throw new InvalidPacketException(ERROR_INVALID_IP_ADDRESS); in tcpKeepalivePacket()95 throw new InvalidPacketException(ERROR_INVALID_IP_ADDRESS); in tcpKeepalivePacket()
29 import static android.net.SocketKeepalive.ERROR_INVALID_IP_ADDRESS;257 return ERROR_INVALID_IP_ADDRESS; in checkSourceAddress()614 notifyErrorCallback(cb, ERROR_INVALID_IP_ADDRESS); in startNattKeepalive()
4196 callback.expectError(PacketKeepalive.ERROR_INVALID_IP_ADDRESS); in testPacketKeepalives()4199 callback.expectError(PacketKeepalive.ERROR_INVALID_IP_ADDRESS); in testPacketKeepalives()4203 callback.expectError(PacketKeepalive.ERROR_INVALID_IP_ADDRESS); in testPacketKeepalives()4232 callback.expectError(PacketKeepalive.ERROR_INVALID_IP_ADDRESS); in testPacketKeepalives()4349 callback.expectError(SocketKeepalive.ERROR_INVALID_IP_ADDRESS); in doTestNattSocketKeepalivesWithExecutor()4356 callback.expectError(SocketKeepalive.ERROR_INVALID_IP_ADDRESS); in doTestNattSocketKeepalivesWithExecutor()4363 callback.expectError(SocketKeepalive.ERROR_INVALID_IP_ADDRESS); in doTestNattSocketKeepalivesWithExecutor()4409 callback.expectError(SocketKeepalive.ERROR_INVALID_IP_ADDRESS); in doTestNattSocketKeepalivesWithExecutor()
1283 throw new InvalidPacketException(SocketKeepalive.ERROR_INVALID_IP_ADDRESS); in getDstMacForKeepalive()1294 throw new InvalidPacketException(SocketKeepalive.ERROR_INVALID_IP_ADDRESS); in getEtherProtoForKeepalive()