Home
last modified time | relevance | path

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

/dports/net/pjsip/pjproject-2.11.1/pjnath/src/pjnath/
H A Dstun_session.c305 PJ_STUN_IS_ERROR_RESPONSE(msg->hdr.type))) in apply_msg_options()
346 if (!PJ_STUN_IS_ERROR_RESPONSE(response->hdr.type)) { in handle_auth_challenge()
1024 PJ_STUN_IS_ERROR_RESPONSE(tdata->msg->hdr.type))) in pj_stun_session_send_msg()
1240 if (PJ_STUN_IS_ERROR_RESPONSE(rdata->msg->hdr.type) || in authenticate_req()
1506 PJ_STUN_IS_ERROR_RESPONSE(msg->hdr.type)) in pj_stun_session_on_rx_pkt()
H A Dstun_transaction.c439 !PJ_STUN_IS_ERROR_RESPONSE(msg->hdr.type)) in pj_stun_client_tsx_on_rx_msg()
H A Dstun_auth.c507 if (!PJ_STUN_IS_ERROR_RESPONSE(msg_type) && in pj_stun_auth_valid_for_msg()
H A Dnat_detect.c532 if (PJ_STUN_IS_ERROR_RESPONSE(response->hdr.type)) { in on_request_complete()
H A Dstun_msg.c640 else if (PJ_STUN_IS_ERROR_RESPONSE(msg_type)) in pj_stun_get_class_name()
H A Dice_session.c654 PJ_STUN_IS_ERROR_RESPONSE(msg->hdr.type)) in stun_auth_get_password()
/dports/net/pjsip/pjproject-2.11.1/pjnath/include/pjnath/
H A Dstun_msg.h171 #define PJ_STUN_IS_ERROR_RESPONSE(msg_type) (((msg_type) & 0x0110) == 0x0110) macro
/dports/net/pjsip/pjproject-2.11.1/pjnath/src/pjnath-test/
H A Dstun.c334 if (!PJ_STUN_IS_ERROR_RESPONSE(msg->hdr.type)) { in verify1()
H A Dsess_auth.c614 if (PJ_STUN_IS_ERROR_RESPONSE(client->response->hdr.type)) { in run_client_test()