Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSIPS/opensips
/ free_shm_hostent
Function
free_shm_hostent
proxy.c:86–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
85
86
void free_shm_hostent(struct hostent *dst)
87
{
88
if (dst->h_addr_list)
89
shm_free(dst->h_addr_list);
90
}
91
92
93
/* copies a hostent structure*, returns 0 on success, <0 on error*/
Callers
3
free_shm_proxy
Function · 0.85
shm_clone_proxy
Function · 0.85
get_next_su
Function · 0.85
Calls
1
shm_free
Function · 0.85
Tested by
no test coverage detected