MCPcopy Create free account
hub / github.com/F-Stack/f-stack / Init

Method Init

adapter/micro_thread/mt_action.cpp:29–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27using namespace NS_MICRO_THREAD;
28
29void IMtAction::Init()
30{
31 _flag = MULTI_FLAG_UNDEF;
32 _proto = MT_UDP;
33 _conn_type = CONN_TYPE_SHORT;
34 _errno = ERR_NONE;
35 _time_cost = 0;
36 _buff_size = 0;
37 _msg = NULL;
38 _conn = NULL;
39 _ntfy_name = 0;
40 memset(&_addr, 0, sizeof(_addr));
41}
42
43void IMtAction::Reset()
44{

Callers 8

ossl_newsessionFunction · 0.80
ccp_do_hmac_doneFunction · 0.80
ccp_init_hmac_digestFunction · 0.80
swcr_authprepareFunction · 0.80
swcr_setup_authFunction · 0.80
swcr_setup_gcmFunction · 0.80
swcr_setup_ccmFunction · 0.80
hmac_init_padFunction · 0.80

Calls 1

memsetFunction · 0.85

Tested by

no test coverage detected