代码搜索:IP
找到约 10,000 项符合「IP」的源代码
代码结果 10,000
www.eeworm.com/read/305884/13759092
gif ip.gif
www.eeworm.com/read/305884/13759552
gif ip.gif
www.eeworm.com/read/305741/13761623
gif ip.gif
www.eeworm.com/read/305289/13775672
o ip.o
www.eeworm.com/read/305289/13775697
h ip.h
#ifndef __IP_H
#define __IP_H
#define UDP 0x11
#define ICMP 0x01
/*
* This structure defines an ip header.
*/
__packed struct iphdr {
unsigned ihl:4,
version:4;
unsigned char tos;
unsig
www.eeworm.com/read/305289/13775712
c ip.c
#include "config.h"
#include "skbuff.h"
#include "eth.h"
#include "ip.h"
#include "arp.h"
#include "icmp.h"
#include "udp.h"
#include "utils.h"
#ifdef TFTP_DOWNLOAD_SUPPORT
static unsigne
www.eeworm.com/read/303903/13806743
gif ip.gif
www.eeworm.com/read/303671/13810461
cpp ip.cpp
#include "stdafx.h"
#include
#include "dibapi.h"
// Definitions required for convolution image filtering
#define KERNELCOLS 3
#define KERNELROWS 3
#define KERNELELEMENTS (KERNELCOLS
www.eeworm.com/read/303075/13822113
gif ip.gif
www.eeworm.com/read/302812/13826981
h ip.h
/* IP */
//#define IP_ENABLE_FORWARD /* enable packet come in an forward act as a router */
#define IP_VERSION_4 4
#define IP_HEAD_MIN_LEN 20 /* ip head len with no option */
#define IP_IN