Home
last modified time | relevance | path

Searched refs:onInboundChunk (Results 1 – 13 of 13) sorted by relevance

/dports/devel/mutagen/mutagen-0.11.8/vendor/github.com/pion/transport/vnet/
H A Dnet.go106 func (v *vNet) onInboundChunk(c Chunk) { func
112 conn.onInboundChunk(c)
266 conn.onInboundChunk(udp)
618 func (n *Net) onInboundChunk(c Chunk) { func
623 n.v.onInboundChunk(c)
H A Drouter.go57 onInboundChunk(c Chunk) methodSpec
471 nic.onInboundChunk(c)
580 func (r *Router) onInboundChunk(c Chunk) { func
H A Dconn.go231 func (c *UDPConn) onInboundChunk(chunk Chunk) { func
H A Dnet_native_test.go203 nw.onInboundChunk(nil)
H A Drouter_test.go20 func (v *dummyNIC) onInboundChunk(c Chunk) { func
H A Dnet_test.go502 nw.v.onInboundChunk(c)
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/pion/transport/vnet/
H A Dnet.go126 func (v *vNet) onInboundChunk(c Chunk) { func
132 conn.onInboundChunk(c)
286 conn.onInboundChunk(udp)
638 func (n *Net) onInboundChunk(c Chunk) { func
643 n.v.onInboundChunk(c)
H A Drouter.go69 onInboundChunk(c Chunk) methodSpec
483 nic.onInboundChunk(c)
593 func (r *Router) onInboundChunk(c Chunk) { func
H A Dconn.go234 func (c *UDPConn) onInboundChunk(chunk Chunk) { func
H A Dconn_test.go272 conn.onInboundChunk(nil)
H A Dnet_native_test.go205 nw.onInboundChunk(nil)
H A Drouter_test.go22 func (v *dummyNIC) onInboundChunk(c Chunk) { func
H A Dnet_test.go502 nw.v.onInboundChunk(c)