代码搜索:ip核

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

代码结果 10,000
www.eeworm.com/read/274248/10880444

h ip.h

#ifdef IP_GLOBALS #define IP_EXT #else #define IP_EXT extern #endif #ifdef Big_End union w { uint32 dwords; struct {uint16 high ;uint16 low;}words; struct {ui
www.eeworm.com/read/274248/10880455

c ip.c

#define IP_GLOBALS #include "Config.h" #include "../include/cfg_net.h" OS_EVENT *RecIcmpQFlag; OS_EVENT *RecTcpQFlag; OS_EVENT *RecUdpQFlag; OS_EVENT *SendFlag; Rec_Ptr RECQ
www.eeworm.com/read/419184/10881946

asp ip.asp

www.eeworm.com/read/273549/10911247

h ip.h

//----------------------------------------------------------------------------- // IP.H // //----------------------------------------------------------------------------- void ip_send(UCHAR xdat
www.eeworm.com/read/273549/10911249

c ip.c

//----------------------------------------------------------------------------- // Net IP.C // This module is the IP layer // Refer to RFC 791, 1122, and RFC 815 (fragmentation) //----------------
www.eeworm.com/read/273388/10918535

o ip.o

www.eeworm.com/read/418731/10932488

html ip.html

IP ADDRESS STRUCTURE A:active { TEXT-DECORATION: none } A:hover { TEXT-DECORATION: underline } A:link { TEXT-DECORATION: none }
www.eeworm.com/read/418361/10951566

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
www.eeworm.com/read/272124/10969172

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/272124/10969200

c ip.c

#include "skbuff.h" #include "eth.h" #include "ip.h" #include "arp.h" #include "icmp.h" #include "udp.h" #include "utils.h" static unsigned long local_ip = 0; unsigned short ip_fast_csum(u