MCPcopy Create free account
hub / github.com/EIPStackGroup/OpENer / CloseTcpSocket

Function CloseTcpSocket

source/src/ports/generic_networkhandler.c:261–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259}
260
261void CloseTcpSocket(int socket_handle) {
262 RemoveSocketTimerFromList(socket_handle);
263 CloseSocket(socket_handle);
264}
265
266void RemoveSocketTimerFromList(const int socket_handle) {
267 SocketTimer *socket_timer = NULL;

Callers 6

CloseSessionFunction · 0.85
EncapsulationShutDownFunction · 0.85

Calls 2

CloseSocketFunction · 0.85

Tested by

no test coverage detected