Home
last modified time | relevance | path

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

/dports/net/pjsip/pjproject-2.11.1/pjnath/src/pjnath-test/
H A Dstun.c419 if (msg->attr[2]->type != PJ_STUN_ATTR_FINGERPRINT) { in verify5()
773 status = pj_stun_msg_add_uint_attr(pool, msg, PJ_STUN_ATTR_FINGERPRINT, 0); in create_msgint1()
817 status = pj_stun_msg_add_uint_attr(pool, msg, PJ_STUN_ATTR_FINGERPRINT, 0); in create_msgint2()
863 status = pj_stun_msg_add_uint_attr(pool, msg, PJ_STUN_ATTR_FINGERPRINT, 0); in create_msgint3()
/dports/net/pjsip/pjproject-2.11.1/pjnath/src/pjnath/
H A Dstun_msg_dump.c131 case PJ_STUN_ATTR_FINGERPRINT: in print_attr()
H A Dstun_msg.c2231 GETVAL16H(pdu, msg_len + 20 - 8) == PJ_STUN_ATTR_FINGERPRINT) in pj_stun_msg_check()
2486 } else if (attr_type == PJ_STUN_ATTR_FINGERPRINT) { in pj_stun_msg_decode()
2626 } else if (attr_hdr->type == PJ_STUN_ATTR_FINGERPRINT) { in pj_stun_msg_encode()
2667 } else if (attr_hdr->type == PJ_STUN_ATTR_FINGERPRINT) { in pj_stun_msg_encode()
2720 if (msg->attr[i+1]->type != PJ_STUN_ATTR_FINGERPRINT) { in pj_stun_msg_encode()
H A Dstun_session.c322 PJ_STUN_ATTR_FINGERPRINT, 0); in apply_msg_options()
/dports/net/pjsip/pjproject-2.11.1/pjnath/include/pjnath/
H A Dstun_msg.h372 PJ_STUN_ATTR_FINGERPRINT = 0x8028,/**< FINGERPRINT attribute. */ enumerator