Searched refs:srcPort (Results 1 – 2 of 2) sorted by relevance
/device/google/cuttlefish/host/frontend/gcastv2/webrtc/ |
D | SCTPHandler.cpp | 50 auto srcPort = U16_AT(&data[0]); in inject() local 95 srcPort, in inject() 124 uint16_t srcPort, in processChunk() argument 163 SET_U16(&out[2], srcPort); in processChunk() 225 SET_U16(&out[2], srcPort); in processChunk() 258 SET_U16(&out[2], srcPort); in processChunk() 296 srcPort, in processChunk() 324 SET_U16(&out[2], srcPort); in processChunk() 359 void SCTPHandler::onSendGreeting(uint16_t srcPort, size_t index) { in onSendGreeting() argument 380 SET_U16(&out[2], srcPort); in onSendGreeting() [all …]
|
/device/google/cuttlefish/host/frontend/gcastv2/webrtc/include/webrtc/ |
D | SCTPHandler.h | 43 uint16_t srcPort, 51 void onSendGreeting(uint16_t srcPort, size_t index);
|