Home
last modified time | relevance | path

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

/dports/net/kamailio/kamailio-5.4.5/src/core/
H A Dsocket_info.h160 int parse_protohostport(str* ins, sr_phostp_t *r);
H A Dsocket_info.c2156 int parse_protohostport(str* ins, sr_phostp_t *r) in parse_protohostport() function
2247 if(parse_protohostport(phostp, &r)<0) in lookup_local_socket()
/dports/net/kamailio/kamailio-5.4.5/src/modules/corex/
H A Dcorex_mod.c958 if(parse_protohostport(saddr, &rp)<0) { in ki_set_source_address()