HomeSort by: relevance | last modified time | path
    Searched refs:kConnectionErr (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/mDNSShared/
CommonServices.h 975 @constant kConnectionErr -6753 Connection failed or could not be established.
1052 #define kConnectionErr -6753
DebugServices.c 1677 CaseErrorStringify( kConnectionErr );
  /src/external/apache2/mDNSResponder/dist/Clients/dnssdutil/
dnssdutil.c 12885 if( ( err == EWOULDBLOCK ) || ( err == kConnectionErr ) ) goto exit;
12905 if( ( err == EWOULDBLOCK ) || ( err == kConnectionErr ) ) goto exit;
    [all...]

Completed in 80 milliseconds