Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSIPS/opensips
/ reset_e2eack_t
Function
reset_e2eack_t
modules/tm/t_lookup.c:174–174 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
172
struct cell *get_e2eack_t(void) { return e2eack_T; }
173
void set_e2eack_t(struct cell* t) { e2eack_T=t; }
174
void reset_e2eack_t(void) { e2eack_T=T_UNDEFINED; }
175
176
177
Callers
3
do_t_cleanup
Function · 0.85
script_init
Function · 0.85
t_handle_async
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected