1
0
This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
TP-Link_Archer-XR500v/EN7526G_3.18Kernel_SDK/apps/public/xl2tpd/xl2tpd-1.2.4/common.h
2024-07-22 01:58:46 -03:00

23 lines
450 B
C
Executable File

/*
* Layer 2 Tunnelling Protocol Daemon
* Copyright (C) 2002 Jeff McAdams
*
* This software is distributed under the terms of the GPL, which you
* should have receivede along with this source.
*
* Defines common to several different files
*/
#ifndef _COMMON_H_
typedef unsigned char _u8;
typedef unsigned short _u16;
typedef unsigned long long _u64;
extern int rand_source;
#ifndef LINUX
# define SOL_IP 0
#endif
#define _COMMON_H_
#endif