MCPcopy 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
86void 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_proxyFunction · 0.85
shm_clone_proxyFunction · 0.85
get_next_suFunction · 0.85

Calls 1

shm_freeFunction · 0.85

Tested by

no test coverage detected