Home
last modified time | relevance | path

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

/dports/net/kamailio/kamailio-5.4.5/src/modules/tm/
H A Drpc_uac.c632 struct sip_uri p_uri, pnexthop; in rpc_t_uac() local
679 }else if (parse_uri(nexthop.s, nexthop.len, &pnexthop)<0){ in rpc_t_uac()
933 struct sip_uri p_uri, pnexthop; in t_uac_send() local
960 }else if (parse_uri(nexthop->s, nexthop->len, &pnexthop)<0){ in t_uac_send()
H A Dtm.c208 char* pnexthop, char* psock, char *phdrs, char* pbody);
2690 char* pnexthop, char* psock, char *phdrs, char* pbody) in w_t_uac_send() argument
2707 if(fixup_get_svalue(msg, (gparam_t*)pnexthop, &nexthop)!=0) { in w_t_uac_send()