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

Method CopyKeyInfo

adapter/micro_thread/mt_net.h:396–401  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

394 };
395
396 void CopyKeyInfo(CDestLinks* key) {
397 _addr_ipv4 = key->_addr_ipv4;
398 _net_port = key->_net_port;
399 _proto_type = key->_proto_type;
400 _conn_type = key->_conn_type;
401 };
402
403 void GetDestIP(uint32_t& ip, uint16_t& port) {
404 ip = _addr_ipv4;

Callers 1

FindCreateDestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected