代码搜索:linux

找到约 10,000 项符合「linux」的源代码

代码结果 10,000
www.eeworm.com/read/367467/2843826

c tun-linux.c

/* * tun-linux.c * * Universal TUN/TAP driver, in Linux 2.4+ * /usr/src/linux/Documentation/networking/tuntap.txt * * Copyright (c) 2001 Dug Song * * $Id: tun-linux.c,v 1.
www.eeworm.com/read/367467/2843877

c pcap-linux.c

/* * pcap-linux.c: Packet capture interface to the Linux kernel * * Copyright (c) 2000 Torsten Landschoff * Sebastian Krahmer * * L
www.eeworm.com/read/367467/2844257

c eth-linux.c

/* * eth-linux.c * * Copyright (c) 2000 Dug Song * * $Id: eth-linux.c,v 1.8 2005/01/25 21:30:40 dugsong Exp $ */ #include "config.h" #include #include
www.eeworm.com/read/367467/2844258

c route-linux.c

/* * route-linux.c * * Copyright (c) 2000 Dug Song * * $Id: route-linux.c,v 1.15 2005/01/23 07:36:54 dugsong Exp $ */ #include "config.h" #include #include
www.eeworm.com/read/367467/2844260

c tun-linux.c

/* * tun-linux.c * * Universal TUN/TAP driver, in Linux 2.4+ * /usr/src/linux/Documentation/networking/tuntap.txt * * Copyright (c) 2001 Dug Song * * $Id: tun-linux.c,v 1.
www.eeworm.com/read/367467/2844331

c pcap-linux.c

/* * pcap-linux.c: Packet capture interface to the Linux kernel * * Copyright (c) 2000 Torsten Landschoff * Sebastian Krahmer * * L
www.eeworm.com/read/367467/2844704

sh linux_check.sh

#!/bin/sh echo "##################################################" echo "Dependencies installed in your system:" echo "" nmap > /dev/null 2> /dev/null if [ $? -eq 127 ]; then echo "Nmap Failed!"
www.eeworm.com/read/367467/2844910

c eth-linux.c

/* * eth-linux.c * * Copyright (c) 2000 Dug Song * * $Id: eth-linux.c,v 1.8 2005/01/25 21:30:40 dugsong Exp $ */ #include "config.h" #include #include
www.eeworm.com/read/367467/2844911

c route-linux.c

/* * route-linux.c * * Copyright (c) 2000 Dug Song * * $Id: route-linux.c,v 1.15 2005/01/23 07:36:54 dugsong Exp $ */ #include "config.h" #include #include
www.eeworm.com/read/367467/2844913

c tun-linux.c

/* * tun-linux.c * * Universal TUN/TAP driver, in Linux 2.4+ * /usr/src/linux/Documentation/networking/tuntap.txt * * Copyright (c) 2001 Dug Song * * $Id: tun-linux.c,v 1.