Searched defs:receiveIntoNativeBuffer (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DDatagramChannelImpl.java403 return receiveIntoNativeBuffer(fd, dst, rem, pos);
411 int n = receiveIntoNativeBuffer(fd, bb, newSize, 0);
421 private int receiveIntoNativeBuffer(FileDescriptor fd, ByteBuffer bb, method in class:DatagramChannelImpl
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DSctpChannelImpl.java825 return receiveIntoNativeBuffer(fd, resultContainer, dst, rem, pos, peek);
831 int n = receiveIntoNativeBuffer(fd, resultContainer, bb, newSize, 0, peek);
841 private int receiveIntoNativeBuffer(int fd, method in class:SctpChannelImpl
H A DSctpMultiChannelImpl.java552 return receiveIntoNativeBuffer(fd, resultContainer, dst, rem, pos);
558 int n = receiveIntoNativeBuffer(fd, resultContainer, bb, newSize, 0);
568 private int receiveIntoNativeBuffer(int fd, method in class:SctpMultiChannelImpl

Completed in 121 milliseconds