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

Software: Apache/2.4.18 (Ubuntu). PHP/7.0.33-0ubuntu0.16.04.16 

uname -a: Linux digifus 3.13.0-57-generic #95-Ubuntu SMP Fri Jun 19 09:28:15 UTC 2015 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/usr/src/linux-headers-4.4.0-210/include/linux/sunrpc/   drwxr-xr-x
Free 9.73 GB of 29.4 GB (33.08%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     xprtsock.h (1.6 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/*
 *  linux/include/linux/sunrpc/xprtsock.h
 *
 *  Declarations for the RPC transport socket provider.
 */

#ifndef _LINUX_SUNRPC_XPRTSOCK_H
#define _LINUX_SUNRPC_XPRTSOCK_H

#ifdef __KERNEL__

int        init_socket_xprt(void);
void        cleanup_socket_xprt(void);

#define RPC_MIN_RESVPORT    (1U)
#define RPC_MAX_RESVPORT    (65535U)
#define RPC_DEF_MIN_RESVPORT    (665U)
#define RPC_DEF_MAX_RESVPORT    (1023U)

struct sock_xprt {
    struct rpc_xprt        xprt;

    /*
     * Network layer
     */
    struct socket *        sock;
    struct sock *        inet;

    /*
     * State of TCP reply receive
     */
    __be32            tcp_fraghdr,
                tcp_xid,
                tcp_calldir;

    u32            tcp_offset,
                tcp_reclen;

    unsigned long        tcp_copied,
                tcp_flags;

    /*
     * Connection of transports
     */
    unsigned long        sock_state;
    struct delayed_work    connect_worker;
    struct work_struct    recv_worker;
    struct mutex        recv_mutex;
    struct sockaddr_storage    srcaddr;
    unsigned short        srcport;

    /*
     * UDP socket buffer size parameters
     */
    size_t            rcvsize,
                sndsize;

    /*
     * Saved socket callback addresses
     */
    void            (*old_data_ready)(struct sock *);
    void            (*old_state_change)(struct sock *);
    void            (*old_write_space)(struct sock *);
    void            (*old_error_report)(struct sock *);
};

/*
 * TCP receive state flags
 */
#define TCP_RCV_LAST_FRAG    (1UL << 0)
#define TCP_RCV_COPY_FRAGHDR    (1UL << 1)
#define TCP_RCV_COPY_XID    (1UL << 2)
#define TCP_RCV_COPY_DATA    (1UL << 3)
#define TCP_RCV_READ_CALLDIR    (1UL << 4)
#define TCP_RCV_COPY_CALLDIR    (1UL << 5)

/*
 * TCP RPC flags
 */
#define TCP_RPC_REPLY        (1UL << 6)

#define XPRT_SOCK_CONNECTING    1U

#endif /* __KERNEL__ */

#endif /* _LINUX_SUNRPC_XPRTSOCK_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.0059 ]--