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

Function gencookie

modules/rtpengine/rtpengine.c:2154–2161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2152
2153
2154static char * gencookie(void)
2155{
2156 static char cook[34];
2157
2158 sprintf(cook, "%d_%d_%u ", (int)mypid, myrand, myseqn);
2159 myseqn++;
2160 return cook;
2161}
2162
2163
2164

Callers 2

send_rtpe_commandFunction · 0.70
rtpe_function_call_asyncFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected