Home
last modified time | relevance | path

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

/webrtc/turn/src/allocation/five_tuple/
H A Dfive_tuple_test.rs7 let tcp_expect = PROTO_TCP; in test_five_tuple_protocol()
14 tcp_expect, PROTO_TCP, in test_five_tuple_protocol()
51 protocol: PROTO_TCP, in test_five_tuple_equal()
/webrtc/turn/src/proto/
H A Dmod.rs28 pub const PROTO_TCP: Protocol = Protocol(6); constant
36 PROTO_TCP => "TCP", in fmt()