Home
last modified time | relevance | path

Searched refs:old_stun_init_command_str (Results 1 – 2 of 2) sorted by relevance

/dports/net/turnserver/coturn-4.5.2/src/client/
H A Dns_turn_msg.h99 void old_stun_init_command_str(uint16_t message_type, uint8_t* buf, size_t *len, uint32_t cookie);
H A Dns_turn_msg.c639 void old_stun_init_command_str(uint16_t message_type, uint8_t* buf, size_t *len, uint32_t cookie) { in old_stun_init_command_str() function
664 old_stun_init_command_str(stun_make_success_response(method), buf, len, cookie); in old_stun_init_success_response_str()
773 old_stun_init_command_str(stun_make_error_response(method), buf, len, cookie); in old_stun_init_error_response_str()