Searched refs:transp_find (Results 1 – 1 of 1) sorted by relevance
/dports/audio/re/re-0.5.8/src/sip/ |
H A D | transp.c | 122 static const struct sip_transport *transp_find(struct sip *sip, in transp_find() function 578 transp = transp_find(sip, SIP_TRANSP_TLS, sa_af(dst), dst); in conn_send() 731 transp = transp_find(sip, tp, sa_af(dst), dst); in sip_transp_send() 772 transp = transp_find(sip, tp, sa_af(dst), dst); in sip_transp_laddr() 787 return transp_find(sip, tp, af, NULL) != NULL; in sip_transp_supported()
|