代码搜索:ip核

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

代码结果 10,000
www.eeworm.com/read/283879/8984017

gif ip.gif

www.eeworm.com/read/382937/8989798

asp ip.asp

www.eeworm.com/read/283700/8995342

h ip.h

#ifndef __IP_H #define __IP_H #define UDP 0x11 /* * This structure defines an ip header. */ struct iphdr { unsigned char ihl:4, version:4; unsigned char tos; unsigned short
www.eeworm.com/read/283700/8995354

c ip.c

#include "skbuff.h" #include "eth.h" #include "ip.h" #include "utils.h" static unsigned long local_ip = 0; unsigned short ip_fast_csum(unsigned char * iph, unsigned int ihl) { unsigned int
www.eeworm.com/read/283700/8995359

o ip.o

www.eeworm.com/read/283667/8999482

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/283667/8999487

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_SUPPORT static unsigned long
www.eeworm.com/read/382761/9001652

cpp ip.cpp

#include #include #include #include //定义IP信息的数据格式 typedef struct tagIPINFO() { u_char Ttl; // 生存时间 u_char Tos; // 服务类型 u_char IPFlags; //
www.eeworm.com/read/382761/9001905

cpp ip.cpp

#include #include #include #define ICMP_ECHO 8 /*定义IP报头数据结构*/ typedef struct iphdr { unsigned char verlen; //头的版本和长度 unsigned char tos; //
www.eeworm.com/read/382649/9007402

h ip.h

/* * Copyright (c) 1982, 1986, 1993 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are