Home
last modified time | relevance | path

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

/dports/audio/re/re-0.5.8/src/sipsess/
H A Daccept.c111 err = sip_treplyf(&sess->st, NULL, sess->sip, in sipsess_accept()
169 err = sip_treplyf(&sess->st, NULL, sess->sip, sess->msg, true, in sipsess_progress()
241 err = sip_treplyf(&sess->st, NULL, sess->sip, sess->msg, false, in sipsess_reject()
H A Dlisten.c126 (void)sip_treplyf(NULL, NULL, sip, msg, false, 200, "OK", in bye_handler()
209 (void)sip_treplyf(NULL, NULL, sip, msg, false, in reinvite_handler()
H A Dreply.c99 err = sip_treplyf(&sess->st, &reply->mb, sess->sip,
/dports/audio/re/re-0.5.8/src/sip/
H A Dreply.c152 int sip_treplyf(struct sip_strans **stp, struct mbuf **mbp, struct sip *sip, in sip_treplyf() function
182 return sip_treplyf(stp, NULL, sip, msg, false, scode, reason, NULL); in sip_treply()
/dports/audio/baresip/baresip-0.5.8/test/sip/
H A Dsipsrv.c170 sip_treplyf(NULL, NULL, sip, msg, false, 200, "OK", in handle_register()
/dports/audio/baresip/baresip-0.5.8/modules/presence/
H A Dsubscriber.c116 sip_treplyf(NULL, NULL, sip, msg, false, in notify_handler()
/dports/audio/re/re-0.5.8/include/
H A Dre_sip.h296 int sip_treplyf(struct sip_strans **stp, struct mbuf **mbp, struct sip *sip,
/dports/audio/re/re-0.5.8/src/sipevent/
H A Dnotify.c294 return sip_treplyf(NULL, NULL, not->sip, msg, true, scode, reason, in sipnot_reply()
/dports/audio/baresip/baresip-0.5.8/src/
H A Dua.c496 err = sip_treplyf(NULL, NULL, uag.sip, in handle_options()
1262 (void)sip_treplyf(NULL, NULL, uag.sip, msg, false, in sipsess_conn_handler()