3 Star 1 Fork 3

Gitee 极速下载 / xl2tpd

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/xelerance/xl2tpd
克隆/下载
common.h 450 Bytes
一键复制 编辑 原始数据 按行查看 历史
/*
* 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
C/C++
1
https://gitee.com/mirrors/xl2tpd.git
git@gitee.com:mirrors/xl2tpd.git
mirrors
xl2tpd
xl2tpd
master

搜索帮助