summaryrefslogtreecommitdiffstats
path: root/luni/src/main/java/libcore/net/RawSocket.java
Commit message (Expand)AuthorAgeFilesLines
* Remove RawSocket, which is no longer used.Elliott Hughes2013-09-111-142/+0
* Add support for ARP on RawSocketIrfan Sheriff2012-01-241-15/+30
* Move the stuff to bridge between io/net/nio semantics and POSIX semantics.Elliott Hughes2011-05-191-2/+2
* Implement recvfrom(2).Elliott Hughes2011-05-191-1/+0
* Remove OSNetworkSystem.close.Elliott Hughes2011-05-161-1/+2
* Adds new RawSocket class (and underlying jni implementation). This is aStan Chesnutt2010-12-091-0/+127