Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSIPS/opensips
/ free_proxy
Function
free_proxy
proxy.c:273–279 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
271
272
273
void free_proxy(struct proxy_l* p)
274
{
275
if (p) {
276
free_hostent(&p->host);
277
free_dns_res( p );
278
}
279
}
280
281
282
void free_shm_proxy(struct proxy_l* p)
Callers
15
fixup_free_destination
Function · 0.85
w_forward
Function · 0.85
w_send
Function · 0.85
add_dest2list
Function · 0.85
add_lb_dsturi
Function · 0.85
trace_send_duplicate
Function · 0.85
w_hep_relay
Function · 0.85
t_relay_to
Function · 0.85
uri2su
Function · 0.85
fixup_free_proxy
Function · 0.85
w_t_relay
Function · 0.85
run_local_route
Function · 0.85
Calls
2
free_hostent
Function · 0.85
free_dns_res
Function · 0.85
Tested by
no test coverage detected