Home
last modified time | relevance | path

Searched refs:PJ_STUN_SC_ALLOCATION_MISMATCH (Results 1 – 5 of 5) sorted by relevance

/dports/net/pjsip/pjproject-2.11.1/pjnath/include/pjnath/
H A Dstun_msg.h401 PJ_STUN_SC_ALLOCATION_MISMATCH = 437, /**< TURN Alloc Mismatch */ enumerator
/dports/net/pjsip/pjproject-2.11.1/pjnath/src/pjturn-srv/
H A Dallocation.c1160 PJ_STUN_SC_ALLOCATION_MISMATCH, NULL); in stun_on_rx_request()
1300 send_reply_err(alloc, rdata, PJ_TRUE, PJ_STUN_SC_ALLOCATION_MISMATCH, in stun_on_rx_request()
H A Dserver.c535 stun_respond(sess, transport, rdata, PJ_STUN_SC_ALLOCATION_MISMATCH, in on_rx_stun_request()
/dports/net/pjsip/pjproject-2.11.1/pjnath/src/pjnath/
H A Dturn_session.c1666 if (err_code == PJ_STUN_SC_ALLOCATION_MISMATCH) { in stun_on_request_complete()
1727 if (err_code == PJ_STUN_SC_ALLOCATION_MISMATCH) { in stun_on_request_complete()
H A Dstun_msg.c71 { PJ_STUN_SC_ALLOCATION_MISMATCH, "Allocation Mismatch"},