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

  /external/webrtc/webrtc/test/channel_transport/
udp_socket2_win.cc 88 // information from WSAEnumProtocols.
89 int32_t nRet = WSAEnumProtocols(NULL, lpProtocolBuf, &dwBufLen);
91 nRet = WSAEnumProtocols(NULL, lpProtocolBuf, &dwBufLen);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winsock2.h     [all...]
  /prebuilts/go/darwin-x86/src/internal/poll/
fd_windows.go 58 n, err := syscall.WSAEnumProtocols(&protos[0], &buf[0], &len)
  /prebuilts/go/linux-x86/src/internal/poll/
fd_windows.go 58 n, err := syscall.WSAEnumProtocols(&protos[0], &buf[0], &len)
  /prebuilts/go/darwin-x86/src/syscall/
syscall_windows.go 601 //sys WSAEnumProtocols(protocols *int32, protocolBuffer *WSAProtocolInfo, bufferLength *uint32) (n int32, err error) [failretval==-1] = ws2_32.WSAEnumProtocolsW
    [all...]
zsyscall_windows.go     [all...]
  /prebuilts/go/linux-x86/src/syscall/
syscall_windows.go 601 //sys WSAEnumProtocols(protocols *int32, protocolBuffer *WSAProtocolInfo, bufferLength *uint32) (n int32, err error) [failretval==-1] = ws2_32.WSAEnumProtocolsW
    [all...]
zsyscall_windows.go     [all...]

Completed in 182 milliseconds