| 2809 | } |
| 2810 | |
| 2811 | bool 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 | |
| 2820 | void free_peer_addr_map() |
| 2821 | { |
no outgoing calls
no test coverage detected