MCPcopy Create free account
hub / github.com/SIPp/sipp / is_a_local_socket

Function is_a_local_socket

src/socket.cpp:2811–2818  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2809}
2810
2811bool is_a_local_socket(SIPpSocket *s)
2812{
2813 for (int i = 0; i< local_nb + 1; i++) {
2814 if (local_sockets[i] == s)
2815 return true;
2816 }
2817 return (false);
2818}
2819
2820void free_peer_addr_map()
2821{

Callers 2

process_messageFunction · 0.85
sipMsgCheckFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected