OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sendinginterface
(Results
1 - 1
of
1
) sorted by null
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
MulticastSocketTest.java
403
NetworkInterface
sendingInterface
= null;
409
sendingInterface
= ipv4NetworkInterface;
413
sendingInterface
= ipv6NetworkInterface;
424
// Now send out a packet on
sendingInterface
. We should only see the packet if we send
427
sendingSocket.setNetworkInterface(
sendingInterface
);
437
assertEquals(thisInterface,
sendingInterface
);
442
assertTrue(!thisInterface.equals(
sendingInterface
));
[
all
...]
Completed in 206 milliseconds