Home
last modified time | relevance | path

Searched refs:received_s (Results 1 – 1 of 1) sorted by relevance

/dports/net/kamailio/kamailio-5.4.5/src/modules/ims_usrloc_pcscf/
H A Ddlist.c94 char received_s[60]; // IPv6-Address (39) + "sip:" (4) + ":" (1) + Port (5); 60 should be plenty. in get_all_mem_ucontacts() local
113 received_len = snprintf(received_s, sizeof(received_s), "sip:%.*s:%x", c->received_host.len, in get_all_mem_ucontacts()
124 memcpy(cp, received_s, received_len); in get_all_mem_ucontacts()