MINI SHELL

Server : Apache/2.2.2 (Fedora)
System : Linux App1.pathumtani.go.th 2.6.20-1.2320.fc5smp #1 SMP Tue Jun 12 19:40:16 EDT 2007 i686
User : apache ( 48)
PHP Version : 5.2.9
Disable Function : NONE
Directory :  /proc/self/root/proc/self/root/usr/include/linux/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //proc/self/root/proc/self/root/usr/include/linux/if_tunnel.h
#ifndef _IF_TUNNEL_H_
#define _IF_TUNNEL_H_

#define SIOCGETTUNNEL   (SIOCDEVPRIVATE + 0)
#define SIOCADDTUNNEL   (SIOCDEVPRIVATE + 1)
#define SIOCDELTUNNEL   (SIOCDEVPRIVATE + 2)
#define SIOCCHGTUNNEL   (SIOCDEVPRIVATE + 3)

#define GRE_CSUM	htons(0x8000)
#define GRE_ROUTING	htons(0x4000)
#define GRE_KEY		htons(0x2000)
#define GRE_SEQ		htons(0x1000)
#define GRE_STRICT	htons(0x0800)
#define GRE_REC		htons(0x0700)
#define GRE_FLAGS	htons(0x00F8)
#define GRE_VERSION	htons(0x0007)

struct ip_tunnel_parm
{
	char			name[IFNAMSIZ];
	int			link;
	__u16			i_flags;
	__u16			o_flags;
	__u32			i_key;
	__u32			o_key;
	struct iphdr		iph;
};

#endif /* _IF_TUNNEL_H_ */

Anon7 - 2021