Home
last modified time | relevance | path

Searched refs:PJ_STUN_IS_INDICATION (Results 1 – 4 of 4) sorted by relevance

/dports/net/pjsip/pjproject-2.11.1/pjnath/src/pjnath/
H A Dstun_auth.c508 !PJ_STUN_IS_INDICATION(msg_type)) in pj_stun_auth_valid_for_msg()
514 if (PJ_STUN_IS_INDICATION(msg_type)) in pj_stun_auth_valid_for_msg()
H A Dstun_session.c920 (PJ_STUN_IS_INDICATION(msg->hdr.type) && in dump_tx_msg()
1435 (PJ_STUN_IS_INDICATION(msg->hdr.type) && in dump_rx_msg()
1520 } else if (PJ_STUN_IS_INDICATION(msg->hdr.type)) { in pj_stun_session_on_rx_pkt()
H A Dstun_msg.c642 else if (PJ_STUN_IS_INDICATION(msg_type)) in pj_stun_get_class_name()
/dports/net/pjsip/pjproject-2.11.1/pjnath/include/pjnath/
H A Dstun_msg.h187 #define PJ_STUN_IS_INDICATION(msg_type) (((msg_type) & 0x0110) == 0x0010) macro