Home
last modified time | relevance | path

Searched refs:sip_alloc (Results 1 – 6 of 6) sorted by relevance

/dports/audio/re/re-0.5.8/src/sip/
H A Dsip.c86 int sip_alloc(struct sip **sipp, struct dnsc *dnsc, uint32_t ctsz, in sip_alloc() function
/dports/audio/baresip/baresip-0.5.8/test/sip/
H A Dsipsrv.c261 err = sip_alloc(&srv->sip, NULL, 16, 16, 16, in sip_server_alloc()
/dports/audio/re/re-0.5.8/include/
H A Dre_sip.h247 int sip_alloc(struct sip **sipp, struct dnsc *dnsc, uint32_t ctsz,
/dports/audio/baresip/baresip-0.5.8/src/
H A Dua.c1355 err = sip_alloc(&uag.sip, net_dnsc(net), bsize, bsize, bsize, in ua_init()
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/contrib/asterisk_patches/
H A Doutband-message-support.patch354 + if (!(pvt = sip_alloc(NULL, NULL, 0, SIP_MESSAGE, NULL))) {
H A Dasterisk-1.8_message-backport.patch442 + if (!(pvt = sip_alloc(NULL, NULL, 0, SIP_MESSAGE, NULL))) {