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

Function ReleasePort

Kernel/src/net/net.cpp:55–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 }
54
55 void ReleasePort(unsigned short port){
56 assert(port <= PORT_MAX);
57
58 ports[port] = nullptr;
59 }
60}

Callers 1

CloseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected