Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSIPS/opensips
/ ipc_dispatch_rpc
Function
ipc_dispatch_rpc
ipc.c:260–263 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
258
}
259
260
int ipc_dispatch_rpc( ipc_rpc_f *rpc, void *param)
261
{
262
return __ipc_send_job(ipc_shared_pipe[1], -1, ipc_rpc_type, rpc, param);
263
}
264
265
int ipc_send_sync_reply(int dst_proc, void *param)
266
{
Callers
15
ipc_dispatch_feature_notify
Function · 0.85
child_init
Function · 0.85
qr_raise_event_bad_dst
Function · 0.85
stream_dispatch_status_cb
Function · 0.85
mi_script_async_func
Function · 0.85
raw_capture_rcv_loop
Function · 0.85
rmq_ipc_dispatch_event
Function · 0.85
child_init
Function · 0.85
ul_raise_ct_refresh_event
Function · 0.85
kafka_dispatch_report
Function · 0.85
rtpengine_io_callback
Function · 0.85
xmlrpc_dispatch_status_cb
Function · 0.85
Calls
1
__ipc_send_job
Function · 0.85
Tested by
no test coverage detected