Searched refs:getFlowOption (Results 1 – 5 of 5) sorted by relevance
241 getFlowOption(fd, flow); in sun.net.ext.ExtendedSocketOptions.register()279 private static void getFlowOption(FileDescriptor fd, SocketFlow f) in getFlowOption() method in ExtendedSocketOptions281 int status = platformSocketOptions.getFlowOption(fdAccess.get(fd), f); in getFlowOption()367 int getFlowOption(int fd, SocketFlow f) throws SocketException { in getFlowOption() method in ExtendedSocketOptions.PlatformSocketOptions
98 public static void getFlowOption(FileDescriptor fd, SocketFlow f) { in getFlowOption() method in ExtendedOptionsImpl
86 getFlowOption(getFileDescriptor(), flow); in getOption()
111 getFlowOption(getFileDescriptor(), flow); in getOption()
358 ExtendedOptionsImpl.getFlowOption(fd, flow);