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

Software: nginx/1.23.4. PHP/5.6.40-65+ubuntu20.04.1+deb.sury.org+1 

uname -a: Linux foro-restaurado-2 5.15.0-1040-oracle #46-Ubuntu SMP Fri Jul 14 21:47:21 UTC 2023
aarch64
 

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

Safe-mode: OFF (not secure)

/usr/src/linux-oracle-6.8-headers-6.8.0-1028/include/uapi/linux/   drwxr-xr-x
Free 83.33 GB of 96.73 GB (86.15%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     amt.h (1.72 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */
/*
 * Copyright (c) 2021 Taehee Yoo <[email protected]>
 */
#ifndef _UAPI_AMT_H_
#define _UAPI_AMT_H_

enum ifla_amt_mode {
    /* AMT interface works as Gateway mode.
     * The Gateway mode encapsulates IGMP/MLD traffic and decapsulates
     * multicast traffic.
     */
    AMT_MODE_GATEWAY = 0,
    /* AMT interface works as Relay mode.
     * The Relay mode encapsulates multicast traffic and decapsulates
     * IGMP/MLD traffic.
     */
    AMT_MODE_RELAY,
    __AMT_MODE_MAX,
};

#define AMT_MODE_MAX (__AMT_MODE_MAX - 1)

enum {
    IFLA_AMT_UNSPEC,
    /* This attribute specify mode etier Gateway or Relay. */
    IFLA_AMT_MODE,
    /* This attribute specify Relay port.
     * AMT interface is created as Gateway mode, this attribute is used
     * to specify relay(remote) port.
     * AMT interface is created as Relay mode, this attribute is used
     * as local port.
     */
    IFLA_AMT_RELAY_PORT,
    /* This attribute specify Gateway port.
     * AMT interface is created as Gateway mode, this attribute is used
     * as local port.
     * AMT interface is created as Relay mode, this attribute is not used.
     */
    IFLA_AMT_GATEWAY_PORT,
    /* This attribute specify physical device */
    IFLA_AMT_LINK,
    /* This attribute specify local ip address */
    IFLA_AMT_LOCAL_IP,
    /* This attribute specify Relay ip address.
     * So, this is not used by Relay.
     */
    IFLA_AMT_REMOTE_IP,
    /* This attribute specify Discovery ip address.
     * When Gateway get started, it send discovery message to find the
     * Relay's ip address.
     * So, this is not used by Relay.
     */
    IFLA_AMT_DISCOVERY_IP,
    /* This attribute specify number of maximum tunnel. */
    IFLA_AMT_MAX_TUNNELS,
    __IFLA_AMT_MAX,
};

#define IFLA_AMT_MAX (__IFLA_AMT_MAX - 1)

#endif /* _UAPI_AMT_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 HackingTool | HackingTool | Generation time: 0.0029 ]--