Home
last modified time | relevance | path

Searched defs:num (Results 1 – 1 of 1) sorted by relevance

/webrtc/turn/src/proto/
H A Dchandata.rs63 let num = u16::from_be_bytes([buf[0], buf[1]]); in decode() localVariable
108 let num = ChannelNumber(u16::from_be_bytes([buf[0], buf[1]])); in is_channel_data() localVariable