Searched defs:SetPort (Results 1 – 5 of 5) sorted by relevance
| /external/webrtc/test/network/ | ||
| D | traffic_route.cc | 44 void SetPort(uint16_t port) { port_ = port; } in SetPort() function in webrtc::test::__anon2607d0170111::ActionReceiver |
| /external/llvm-project/lldb/source/Host/common/ | ||
| D | SocketAddress.cpp | 163 bool SocketAddress::SetPort(uint16_t port) { in SetPort() function in SocketAddress |
| /external/webrtc/rtc_base/ | ||
| D | socket_address.cc | 123 void SocketAddress::SetPort(int port) { in SetPort() function in rtc::SocketAddress |
| /external/webrtc/api/transport/ | ||
| D | stun.h | 358 void SetPort(uint16_t port) { address_.SetPort(port); } in SetPort() function |
| /external/python/cpython2/Lib/plat-mac/ | ||
| D | FrameWork.py | 773 def SetPort(self): member in Window |