!C99Shell v. 1.0 pre-release build #13!

Software: Apache/2.0.54 (Unix) mod_perl/1.99_09 Perl/v5.8.0 mod_ssl/2.0.54 OpenSSL/0.9.7l DAV/2 FrontPage/5.0.2.2635 PHP/4.4.0 mod_gzip/2.0.26.1a 

uname -a: Linux snow.he.net 4.4.276-v2-mono-1 #1 SMP Wed Jul 21 11:21:17 PDT 2021 i686 

uid=99(nobody) gid=98(nobody) groups=98(nobody) 

Safe-mode: OFF (not secure)

/usr/include/linux/   drwxr-xr-x
Free 318.37 GB of 458.09 GB (69.5%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     netfilter_decnet.h (1.45 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
#ifndef __LINUX_DECNET_NETFILTER_H
#define __LINUX_DECNET_NETFILTER_H

/* DECnet-specific defines for netfilter. 
 * This file (C) Steve Whitehouse 1999 derived from the
 * ipv4 netfilter header file which is
 * (C)1998 Rusty Russell -- This code is GPL.
 */

#include <linux/netfilter.h>

/* IP Cache bits. */
/* Src IP address. */
#define NFC_DN_SRC        0x0001
/* Dest IP address. */
#define NFC_DN_DST        0x0002
/* Input device. */
#define NFC_DN_IF_IN        0x0004
/* Output device. */
#define NFC_DN_IF_OUT        0x0008

/* DECnet Hooks */
/* After promisc drops, checksum checks. */
#define NF_DN_PRE_ROUTING    0
/* If the packet is destined for this box. */
#define NF_DN_LOCAL_IN        1
/* If the packet is destined for another interface. */
#define NF_DN_FORWARD        2
/* Packets coming from a local process. */
#define NF_DN_LOCAL_OUT        3
/* Packets about to hit the wire. */
#define NF_DN_POST_ROUTING    4
/* Input Hello Packets */
#define NF_DN_HELLO        5
/* Input Routing Packets */
#define NF_DN_ROUTE        6
#define NF_DN_NUMHOOKS        7

enum nf_dn_hook_priorities {
    NF_DN_PRI_FIRST = INT_MIN,
    NF_DN_PRI_CONNTRACK = -200,
    NF_DN_PRI_MANGLE = -150,
    NF_DN_PRI_NAT_DST = -100,
    NF_DN_PRI_FILTER = 0,
    NF_DN_PRI_NAT_SRC = 100,
    NF_DN_PRI_DNRTMSG = 200,
    NF_DN_PRI_LAST = INT_MAX,
};

struct nf_dn_rtmsg {
    int nfdn_ifindex;
};

#define NFDN_RTMSG(r) ((unsigned char *)(r) + NLMSG_ALIGN(sizeof(struct nf_dn_rtmsg)))

#define DNRMG_L1_GROUP 0x01
#define DNRMG_L2_GROUP 0x02

#endif /*__LINUX_DECNET_NETFILTER_H*/

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

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

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

--[ c99shell v. 1.0 pre-release build #13 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0044 ]--