ESOCKTNOSUPPORT   472 lib/common/remote.c             rc = ESOCKTNOSUPPORT;
ESOCKTNOSUPPORT   736 lib/common/remote.c         return ESOCKTNOSUPPORT;
ESOCKTNOSUPPORT   832 lib/common/remote.c         if ((rc == ENOTCONN) || (rc == ESOCKTNOSUPPORT)) {
ESOCKTNOSUPPORT   361 lib/common/results.c         case ESOCKTNOSUPPORT:   return "ESOCKTNOSUPPORT";