Home
last modified time | relevance | path

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

/dports/net-im/libnice/libnice-0.1.18/stun/
H A Dstunmessage.h285 STUN_ATTRIBUTE_RESERVATION_TOKEN=0x0022, /* TURN-09 */ enumerator
364 STUN_ATTRIBUTE_RESERVATION_TOKEN,
/dports/net-im/libnice-gst1/libnice-0.1.18/stun/
H A Dstunmessage.h285 STUN_ATTRIBUTE_RESERVATION_TOKEN=0x0022, /* TURN-09 */ enumerator
364 STUN_ATTRIBUTE_RESERVATION_TOKEN,
/dports/net-im/libnice-gst1/libnice-0.1.18/stun/usages/
H A Dturn.c149 STUN_ATTRIBUTE_RESERVATION_TOKEN, in stun_usage_turn_create()
151 if (stun_message_append64 (msg, STUN_ATTRIBUTE_RESERVATION_TOKEN, in stun_usage_turn_create()
/dports/net-im/libnice/libnice-0.1.18/stun/usages/
H A Dturn.c149 STUN_ATTRIBUTE_RESERVATION_TOKEN, in stun_usage_turn_create()
151 if (stun_message_append64 (msg, STUN_ATTRIBUTE_RESERVATION_TOKEN, in stun_usage_turn_create()
/dports/net/turnserver/coturn-4.5.2/src/client/
H A Dns_turn_msg_defs.h117 #define STUN_ATTRIBUTE_RESERVATION_TOKEN (0x0022) macro
H A Dns_turn_msg.c1020 stun_attr_add_str(buf,len, STUN_ATTRIBUTE_RESERVATION_TOKEN, (const uint8_t*) rt, 8); in stun_set_allocate_request_str()
1080 stun_attr_add_str(buf,len,STUN_ATTRIBUTE_RESERVATION_TOKEN,(uint8_t*)(&reservation_token),8); in stun_set_allocate_response_str()
/dports/net/turnserver/coturn-4.5.2/src/client++/
H A DTurnMsgLib.h376 setType(STUN_ATTRIBUTE_RESERVATION_TOKEN); in StunAttrReservationToken()
395 …return stun_attr_add_str(buffer, &sz, STUN_ATTRIBUTE_RESERVATION_TOKEN, (uint8_t*) (&reservation_t… in addToBuffer()
/dports/net/turnserver/coturn-4.5.2/src/apps/uclient/
H A Dstartuclient.c516 &response_message, STUN_ATTRIBUTE_RESERVATION_TOKEN);
/dports/net/turnserver/coturn-4.5.2/src/server/
H A Dns_turn_server.c1153 case STUN_ATTRIBUTE_RESERVATION_TOKEN: { in handle_turn_allocate()