Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSIPS/opensips
/ check_rt
Function
check_rt
modules/drouting/prefix_tree.c:123–131 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
121
122
123
rt_info_t*
124
check_rt(
125
ptree_node_t *ptn,
126
unsigned int rgid
127
)
128
{
129
int rgidx = 0;
130
return internal_check_rt( ptn, rgid, &rgidx);
131
}
132
133
rt_info_t*
134
_check_rt(
Callers
1
find_rule_by_prefix_unsafe
Function · 0.85
Calls
1
internal_check_rt
Function · 0.85
Tested by
no test coverage detected