MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / GetDomain

Method GetDomain

Kernel/include/net/socket.h:138–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136 virtual void Unwatch(FilesystemWatcher& watcher);
137
138 virtual int GetDomain() { return domain; }
139 virtual int IsListening() { return passive; }
140 virtual int IsBlocking() { return blocking; }
141 virtual int IsConnected() { return connected; }

Callers 2

AcceptMethod · 0.80
ConnectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected