代码搜索:ip核
找到约 10,000 项符合「ip核」的源代码
代码结果 10,000
www.eeworm.com/read/374766/9385319
o ip.o
www.eeworm.com/read/374764/9385454
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/374764/9385459
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/374764/9385461
o ip.o
www.eeworm.com/read/374738/9386277
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/374738/9386824
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/374738/9387147
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/374634/9391766
gif ip.gif
www.eeworm.com/read/374502/9402141
ip-to-int
: {
This converts an ip address (which you provide)
into a 32 bit internet address, ala what DCC uses.
One small problem -- epic does math with 'long's and
not 'unsigned long's and so ip addresses
www.eeworm.com/read/374479/9403614