Home
last modified time | relevance | path

Searched refs:stun_buffer (Results 1 – 25 of 25) sorted by relevance

/dports/net/turnserver/coturn-4.5.2/src/apps/common/
H A Dstun_buffer.h48 } stun_buffer; typedef
52 int stun_init_buffer(stun_buffer *buf);
53 int stun_get_size(const stun_buffer *buf);
62 int stun_is_command_message(const stun_buffer* buf);
63 int stun_is_request(const stun_buffer* buf);
64 int stun_is_response(const stun_buffer* buf);
65 int stun_is_success_response(const stun_buffer* buf);
67 int stun_is_indication(const stun_buffer* buf);
68 uint16_t stun_get_method(const stun_buffer* buf);
69 uint16_t stun_get_msg_type(const stun_buffer* buf);
[all …]
H A Dstun_buffer.c35 int stun_init_buffer(stun_buffer *buf) { in stun_init_buffer()
44 int stun_get_size(const stun_buffer *buf) { in stun_get_size()
70 int stun_is_command_message(const stun_buffer* buf) { in stun_is_command_message()
77 int stun_is_request(const stun_buffer* buf) { in stun_is_request()
81 int stun_is_success_response(const stun_buffer* buf) { in stun_is_success_response()
89 int stun_is_response(const stun_buffer* buf) { in stun_is_response()
93 int stun_is_indication(const stun_buffer* buf) { in stun_is_indication()
98 uint16_t stun_get_method(const stun_buffer* buf) { in stun_get_method()
102 uint16_t stun_get_msg_type(const stun_buffer* buf) { in stun_get_msg_type()
234 void stun_set_binding_request(stun_buffer* buf) { in stun_set_binding_request()
[all …]
/dports/net/turnserver/coturn-4.5.2/src/apps/uclient/
H A Duclient.h101 int send_buffer(app_ur_conn_info *clnet_info, stun_buffer* message, int data_connection, app_tcp_co…
102 …r(app_ur_conn_info *clnet_info, stun_buffer* message, int sync, int data_connection, app_tcp_conn_…
108 int add_integrity(app_ur_conn_info *clnet_info, stun_buffer *message);
109 int check_integrity(app_ur_conn_info *clnet_info, stun_buffer *message);
H A Dstartuclient.h46 void add_origin(stun_buffer *message);
78 int read_mobility_ticket(app_ur_conn_info *clnet_info, stun_buffer *message);
H A Dsession.h107 stun_buffer in_buffer;
108 stun_buffer out_buffer;
H A Dstartuclient.c310 int read_mobility_ticket(app_ur_conn_info *clnet_info, stun_buffer *message)
336 void add_origin(stun_buffer *message)
358 stun_buffer request_message, response_message;
748 stun_buffer request_message, response_message;
850 stun_buffer request_message, response_message;
1389 stun_buffer message;
1423 stun_buffer request_message, response_message;
H A Duclient.c191 int send_buffer(app_ur_conn_info *clnet_info, stun_buffer* message, int data_connection, app_tcp_co… in send_buffer()
359 …r(app_ur_conn_info *clnet_info, stun_buffer* message, int sync, int data_connection, app_tcp_conn_… in recv_buffer()
1228 stun_buffer message; in refresh_channel()
1602 int add_integrity(app_ur_conn_info *clnet_info, stun_buffer *message) in add_integrity()
1678 int check_integrity(app_ur_conn_info *clnet_info, stun_buffer *message) in check_integrity()
/dports/net/kamailio/kamailio-5.4.5/src/modules/stun/
H A Dkam_stun.h128 struct stun_buffer { struct
143 struct stun_buffer msg; argument
H A Dkam_stun.c58 static int reallock_buffer(struct stun_buffer* buffer, UINT_T len);
59 static int buf_copy(struct stun_buffer* msg, void* source, UINT_T len);
871 static int buf_copy(struct stun_buffer* msg, void* source, UINT_T len) in buf_copy()
899 static int reallock_buffer(struct stun_buffer* buffer, UINT_T len) in reallock_buffer()
/dports/net/turnserver/coturn-4.5.2/src/apps/natdiscovery/
H A Dnatdiscovery.c161 stun_buffer buf; in stunclient_receive()
350 static int stunclient_send(stun_buffer *buf, int sockfd, ioa_addr *local_addr, int *local_port, ioa… in stunclient_send()
390 static int stunclient_receive(stun_buffer *buf, int sockfd, ioa_addr *local_addr, ioa_addr *reflexi… in stunclient_receive()
496 stun_buffer buf; in run_stunclient()
510 stun_buffer buf; in run_stunclient_hairpinning()
511 stun_buffer buf2; in run_stunclient_hairpinning()
540 stun_buffer buf; in run_stunclient_lifetime()
541 stun_buffer buf2; in run_stunclient_lifetime()
/dports/net-im/libnice-gst1/libnice-0.1.18/agent/
H A Ddiscovery.h61 uint8_t stun_buffer[STUN_MAX_MESSAGE_SIZE_IPV6]; member
78 uint8_t stun_buffer[STUN_MAX_MESSAGE_SIZE_IPV6]; member
H A Ddiscovery.c200 stun_message_length (&cand->stun_message), (gchar *)cand->stun_buffer); in on_refresh_remove_timeout()
258 &cand->stun_message, cand->stun_buffer, sizeof(cand->stun_buffer), in refresh_remove_async()
266 (gchar *)cand->stun_buffer); in refresh_remove_async()
1208 &cand->stun_message, cand->stun_buffer, sizeof(cand->stun_buffer)); in priv_discovery_tick_unlocked()
1226 &cand->stun_message, cand->stun_buffer, sizeof(cand->stun_buffer), in priv_discovery_tick_unlocked()
1237 (gchar *)cand->stun_buffer) >= 0) { in priv_discovery_tick_unlocked()
1304 (gchar *)cand->stun_buffer); in priv_discovery_tick_unlocked()
H A Dconncheck.c1282 (gchar *)pair->keepalive.stun_buffer); in priv_conn_keepalive_retransmissions_tick_agent_locked()
1463 sizeof(p->keepalive.stun_buffer), in priv_conn_keepalive_tick_unlocked()
1483 buf_len, (gchar *)p->keepalive.stun_buffer); in priv_conn_keepalive_tick_unlocked()
1502 &p->keepalive.stun_message, p->keepalive.stun_buffer, in priv_conn_keepalive_tick_unlocked()
1503 sizeof(p->keepalive.stun_buffer)); in priv_conn_keepalive_tick_unlocked()
1507 (gchar *)p->keepalive.stun_buffer); in priv_conn_keepalive_tick_unlocked()
1547 uint8_t stun_buffer[STUN_MAX_MESSAGE_SIZE_IPV6]; in priv_conn_keepalive_tick_unlocked() local
1556 &stun_message, stun_buffer, sizeof(stun_buffer)); in priv_conn_keepalive_tick_unlocked()
1582 buffer_len, (gchar *)stun_buffer); in priv_conn_keepalive_tick_unlocked()
1696 &cand->stun_message, cand->stun_buffer, sizeof(cand->stun_buffer), in priv_turn_allocate_refresh_tick_unlocked()
[all …]
H A Dcomponent.h77 uint8_t stun_buffer[STUN_MAX_MESSAGE_SIZE_IPV6]; member
/dports/net-im/libnice/libnice-0.1.18/agent/
H A Ddiscovery.h61 uint8_t stun_buffer[STUN_MAX_MESSAGE_SIZE_IPV6]; member
78 uint8_t stun_buffer[STUN_MAX_MESSAGE_SIZE_IPV6]; member
H A Ddiscovery.c200 stun_message_length (&cand->stun_message), (gchar *)cand->stun_buffer); in on_refresh_remove_timeout()
258 &cand->stun_message, cand->stun_buffer, sizeof(cand->stun_buffer), in refresh_remove_async()
266 (gchar *)cand->stun_buffer); in refresh_remove_async()
1208 &cand->stun_message, cand->stun_buffer, sizeof(cand->stun_buffer)); in priv_discovery_tick_unlocked()
1226 &cand->stun_message, cand->stun_buffer, sizeof(cand->stun_buffer), in priv_discovery_tick_unlocked()
1237 (gchar *)cand->stun_buffer) >= 0) { in priv_discovery_tick_unlocked()
1304 (gchar *)cand->stun_buffer); in priv_discovery_tick_unlocked()
H A Dconncheck.c1282 (gchar *)pair->keepalive.stun_buffer); in priv_conn_keepalive_retransmissions_tick_agent_locked()
1463 sizeof(p->keepalive.stun_buffer), in priv_conn_keepalive_tick_unlocked()
1483 buf_len, (gchar *)p->keepalive.stun_buffer); in priv_conn_keepalive_tick_unlocked()
1502 &p->keepalive.stun_message, p->keepalive.stun_buffer, in priv_conn_keepalive_tick_unlocked()
1503 sizeof(p->keepalive.stun_buffer)); in priv_conn_keepalive_tick_unlocked()
1507 (gchar *)p->keepalive.stun_buffer); in priv_conn_keepalive_tick_unlocked()
1547 uint8_t stun_buffer[STUN_MAX_MESSAGE_SIZE_IPV6]; in priv_conn_keepalive_tick_unlocked() local
1556 &stun_message, stun_buffer, sizeof(stun_buffer)); in priv_conn_keepalive_tick_unlocked()
1582 buffer_len, (gchar *)stun_buffer); in priv_conn_keepalive_tick_unlocked()
1696 &cand->stun_message, cand->stun_buffer, sizeof(cand->stun_buffer), in priv_turn_allocate_refresh_tick_unlocked()
[all …]
H A Dcomponent.h77 uint8_t stun_buffer[STUN_MAX_MESSAGE_SIZE_IPV6]; member
/dports/net/turnserver/coturn-4.5.2/src/apps/stunclient/
H A Dstunclient.c170 stun_buffer buf; in run_stunclient()
254 stun_buffer buf; in run_stunclient()
/dports/net-im/farstream/farstream-0.2.9/transmitters/rawudp/
H A Dfs-rawudp-component.c116 guchar stun_buffer[STUN_MAX_MESSAGE_SIZE_IPV6]; member
1244 (gchar*) self->priv->stun_buffer, in fs_rawudp_component_send_stun_locked()
1279 self->priv->stun_buffer, in fs_rawudp_component_start_stun()
1280 sizeof(self->priv->stun_buffer)); in fs_rawudp_component_start_stun()
1389 self->priv->stun_buffer, in stun_recv_cb()
1390 sizeof(self->priv->stun_buffer)); in stun_recv_cb()
/dports/net/turnserver/coturn-4.5.2/src/apps/peer/
H A Dudpserver.c45 stun_buffer buffer; in udp_server_input_handler()
/dports/net/turnserver/coturn-4.5.2/src/apps/relay/
H A Dns_ioalib_impl.h75 stun_buffer buf;
H A Dns_ioalib_engine_impl.c308 bzero(&ret->buf, sizeof(stun_buffer));
H A Dturn_admin_server.c1090 stun_buffer buf; in cli_socket_input_handler_bev()
/dports/net/turnserver/coturn-4.5.2/
H A DMakefile.in19 …s.h src/apps/common/ns_turn_openssl.h src/apps/common/ns_turn_utils.h src/apps/common/stun_buffer.h
20 …MON_MODS = src/apps/common/apputils.c src/apps/common/ns_turn_utils.c src/apps/common/stun_buffer.c