Home
last modified time | relevance | path

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

/webrtc/turn/src/allocation/five_tuple/
H A Dfive_tuple_test.rs6 let udp_expect = PROTO_UDP; in test_five_tuple_protocol()
10 udp_expect, PROTO_UDP, in test_five_tuple_protocol()
37 protocol: PROTO_UDP, in test_five_tuple_equal()
42 protocol: PROTO_UDP, in test_five_tuple_equal()
56 protocol: PROTO_UDP, in test_five_tuple_equal()
65 protocol: PROTO_UDP, in test_five_tuple_equal()
70 protocol: PROTO_UDP, in test_five_tuple_equal()
79 protocol: PROTO_UDP, in test_five_tuple_equal()
84 protocol: PROTO_UDP, in test_five_tuple_equal()
/webrtc/turn/src/proto/reqtrans/
H A Dreqtrans_test.rs6 protocol: PROTO_UDP, in test_requested_transport_string()
33 protocol: PROTO_UDP, in test_requested_transport_add_to()
43 protocol: PROTO_UDP, in test_requested_transport_add_to()
/webrtc/turn/src/proto/
H A Dmod.rs29 pub const PROTO_UDP: Protocol = Protocol(17); constant
35 PROTO_UDP => "UDP", in fmt()
/webrtc/turn/src/proto/addr/
H A Daddr_test.rs43 proto: PROTO_UDP, in test_five_tuple_equal()
86 proto: PROTO_UDP, in test_five_tuple_string()
/webrtc/turn/src/allocation/
H A Dfive_tuple.rs25 protocol: PROTO_UDP, in default()
H A Dmod.rs104 protocol: PROTO_UDP, in new()
/webrtc/turn/src/server/
H A Drequest.rs300 protocol: PROTO_UDP, in handle_allocate_request()
349 } else if requested_transport.protocol != PROTO_UDP { in handle_allocate_request()
569 protocol: PROTO_UDP, in handle_refresh_request()
603 protocol: PROTO_UDP, in handle_create_permission_request()
670 protocol: PROTO_UDP, in handle_send_indication()
711 protocol: PROTO_UDP, in handle_channel_bind_request()
780 protocol: PROTO_UDP, in handle_channel_data()
/webrtc/turn/src/server/request/
H A Drequest_test.rs85 protocol: PROTO_UDP, in test_allocation_lifetime_deletion_zero_lifetime()
/webrtc/turn/src/client/
H A Dmod.rs12 chandata::*, data::*, lifetime::*, peeraddr::*, relayaddr::*, reqtrans::*, PROTO_UDP,
498 protocol: PROTO_UDP, in allocate()
524 protocol: PROTO_UDP, in allocate()