Home
last modified time | relevance | path

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

/dports/net/kamailio/kamailio-5.4.5/src/modules/siputils/
H A Dchecks.h76 int tel2sip(struct sip_msg* _msg, char* _uri, char* _hostpart, char* _res);
H A Dchecks.c572 int tel2sip(struct sip_msg* _msg, char* _uri, char* _hostpart, char* _res) in tel2sip() argument
585 if (get_str_fparam(&hostpart, _msg, (fparam_t*)_hostpart) < 0) { in tel2sip()