Lines Matching refs:supported
276 int supported;
305 supported = ( ( LOBYTE( wsaData.wVersion ) == kWinSockMajorMin ) && ( HIBYTE( wsaData.wVersion ) == kWinSockMinorMin ) );
306 require_action( supported, exit, err = mStatus_UnsupportedErr );
1053 LogMsg("ERROR: mDNSPlatformTCPConnect - attempt to connect to an IPv6 address: operation not supported");
2806 // Get a ptr to the WSARecvMsg function, if supported. Otherwise, we'll fallback to recvfrom.
3511 // Use the new IPv6-capable routine if supported. Otherwise, fall back to the old and compatible IPv4-only code.