Searched refs:setFlowOption (Results 1 – 5 of 5) sorted by relevance
212 setFlowOption(fd, flow); in sun.net.ext.ExtendedSocketOptions.register()270 private static void setFlowOption(FileDescriptor fd, SocketFlow f) in setFlowOption() method in ExtendedSocketOptions273 int status = platformSocketOptions.setFlowOption(fdAccess.get(fd), in setFlowOption()361 int setFlowOption(int fd, int priority, long bandwidth) in setFlowOption() method in ExtendedSocketOptions.PlatformSocketOptions
94 public static void setFlowOption(FileDescriptor fd, SocketFlow f) { in setFlowOption() method in ExtendedOptionsImpl
73 setFlowOption(getFileDescriptor(), (SocketFlow)value); in setOption()
98 setFlowOption(getFileDescriptor(), (SocketFlow)value); in setOption()
295 ExtendedOptionsImpl.setFlowOption(fd, (SocketFlow)value);