Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EIPStackGroup/OpENer
/ CloseUdpSocket
Function
CloseUdpSocket
source/src/ports/generic_networkhandler.c:257–259 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
255
}
256
257
void CloseUdpSocket(int socket_handle) {
258
CloseSocket(socket_handle);
259
}
260
261
void CloseTcpSocket(int socket_handle) {
262
RemoveSocketTimerFromList(socket_handle);
Callers
2
CloseCommunicationChannelsAndRemoveFromActiveConnectionsList
Function · 0.85
CloseConnection
Function · 0.85
Calls
1
CloseSocket
Function · 0.85
Tested by
no test coverage detected