-
Notifications
You must be signed in to change notification settings - Fork 108
/
coturn.yaml
105 lines (105 loc) · 2.93 KB
/
coturn.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
"functions":
- "name": "stun_set_allocate_response_str"
"params":
- "name": "buf"
"type": "bool "
- "name": "len"
"type": "bool "
- "name": "tid"
"type": "bool "
- "name": "relayed_addr1"
"type": "bool "
- "name": "relayed_addr2"
"type": "bool "
- "name": "reflexive_addr"
"type": "bool "
- "name": "lifetime"
"type": "int"
- "name": "max_lifetime"
"type": "int"
- "name": "error_code"
"type": "int"
- "name": "reason"
"type": "bool "
- "name": "reservation_token"
"type": "size_t"
- "name": "mobile_id"
"type": "bool "
"return_type": "bool"
"signature": "bool stun_set_allocate_response_str(uint8_t *, size_t *, stun_tid *, const ioa_addr *, const ioa_addr *, const ioa_addr *, uint32_t, uint32_t, int, const uint8_t *, uint64_t, char *)"
- "name": "stun_set_binding_response"
"params":
- "name": "buf"
"type": "bool "
- "name": "tid"
"type": "bool "
- "name": "reflexive_addr"
"type": "bool "
- "name": "error_code"
"type": "int"
- "name": "reason"
"type": "bool "
"return_type": "bool"
"signature": "bool stun_set_binding_response(stun_buffer *, stun_tid *, const ioa_addr *, int, const uint8_t *)"
- "name": "stun_set_allocate_response"
"params":
- "name": "buf"
"type": "bool "
- "name": "tid"
"type": "bool "
- "name": "relayed_addr1"
"type": "bool "
- "name": "relayed_addr2"
"type": "bool "
- "name": "reflexive_addr"
"type": "bool "
- "name": "lifetime"
"type": "int"
- "name": "max_lifetime"
"type": "int"
- "name": "error_code"
"type": "int"
- "name": "reason"
"type": "bool "
- "name": "reservation_token"
"type": "size_t"
- "name": "mobile_id"
"type": "bool "
"return_type": "bool"
"signature": "bool stun_set_allocate_response(stun_buffer *, stun_tid *, const ioa_addr *, const ioa_addr *, const ioa_addr *, uint32_t, uint32_t, int, const uint8_t *, uint64_t, char *)"
- "name": "stun_set_binding_response_str"
"params":
- "name": "buf"
"type": "bool "
- "name": "len"
"type": "bool "
- "name": "tid"
"type": "bool "
- "name": "reflexive_addr"
"type": "bool "
- "name": "error_code"
"type": "int"
- "name": "reason"
"type": "bool "
- "name": "cookie"
"type": "int"
- "name": "old_stun"
"type": "bool"
- "name": "no_stun_backward_compatibility"
"type": "bool"
"return_type": "bool"
"signature": "bool stun_set_binding_response_str(uint8_t *, size_t *, stun_tid *, const ioa_addr *, int, const uint8_t *, uint32_t, bool, bool)"
- "name": "stun_set_channel_bind_request"
"params":
- "name": "buf"
"type": "bool "
- "name": "peer_addr"
"type": "bool "
- "name": "channel_number"
"type": "short"
"return_type": "short"
"signature": "uint16_t stun_set_channel_bind_request(stun_buffer *, const ioa_addr *, uint16_t)"
"language": "c"
"project": "coturn"
"target_name": "FuzzStun"
"target_path": "/src/coturn/fuzzing/FuzzStun.c"