| 507 | |
| 508 | |
| 509 | int ioctl(Exception& ex, NET_IOCTLREQUEST request, int value) const { |
| 510 | ASSERT_RETURN(_initialized, value); |
| 511 | return Socket::IOCTL(ex, _sockfd, request, value); |
| 512 | } |
| 513 | |
| 514 | recursive_mutex _mutexManaged; |
| 515 | Socket* _pSocket; |
nothing calls this directly
no outgoing calls
no test coverage detected