MCPcopy Create free account
hub / github.com/OpenSIPS/opensips / rpc_msg_received

Function rpc_msg_received

modules/sipcapture/sipcapture.c:4929–4937  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4927};
4928
4929void rpc_msg_received(int sender, void *param)
4930{
4931 struct ipc_msg_pack *ipc_pack = (struct ipc_msg_pack *)param;
4932
4933 receive_msg( ipc_pack->buf.s, ipc_pack->buf.len,
4934 &ipc_pack->ri, NULL, 0);
4935
4936 shm_free( ipc_pack );
4937}
4938
4939/* Local raw receive loop */
4940int raw_capture_rcv_loop(int rsock, int port1, int port2, int ipip) {

Callers

nothing calls this directly

Calls 2

receive_msgFunction · 0.85
shm_freeFunction · 0.85

Tested by

no test coverage detected