HomeSort by relevance Sort by last modified time
    Searched refs:TcCloseInterface (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/test/channel_transport/
traffic_control_win.h 64 ULONG TcCloseInterface(HANDLE IfcHandle);
85 closeInterfaceFn tcCloseInterface;
traffic_control_win.cc 56 instance->tcCloseInterface = NULL;
89 instance->tcCloseInterface = (closeInterfaceFn)GetProcAddress(
91 "TcCloseInterface");
106 instance->tcCloseInterface == NULL ||
125 tcOpenInterface: %x, tcCloseInterface: %x, tcAddFlow: %x, tcAddFilter: %x,\
131 instance->tcCloseInterface,
210 ULONG TrafficControlWindows::TcCloseInterface(HANDLE IfcHandle)
212 assert(tcCloseInterface != NULL);
214 return tcCloseInterface(IfcHandle);
udp_socket2_win.cc     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
traffic.h 170 ULONG WINAPI TcCloseInterface(HANDLE IfcHandle);

Completed in 214 milliseconds