ESOCKTNOSUPPORT   485 lib/common/remote.c             rc = ESOCKTNOSUPPORT;
ESOCKTNOSUPPORT   749 lib/common/remote.c         return ESOCKTNOSUPPORT;
ESOCKTNOSUPPORT   845 lib/common/remote.c         if ((rc == ENOTCONN) || (rc == ESOCKTNOSUPPORT)) {
ESOCKTNOSUPPORT   361 lib/common/results.c         case ESOCKTNOSUPPORT:   return "ESOCKTNOSUPPORT";