MCPcopy Create free account
hub / github.com/MonaSolutions/MonaServer / ioctl

Method ioctl

MonaBase/sources/Socket.cpp:509–512  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected