代码搜索:IP Modem

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

代码结果 10,000
www.eeworm.com/read/381435/9092952

c ip.c

#include "cpu_reg.h" #include "string.h" #include "ip.h" extern Uint16 AicRegs; extern Uint16 RxSuccessFlag; extern Uint16 TxEthnetFrameBuffer[1518/2]; extern Uint16 RxEthnetFrameBuffer[
www.eeworm.com/read/184527/9096455

jpg ip.jpg

www.eeworm.com/read/380952/9119236

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/380952/9119273

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
www.eeworm.com/read/380952/9119302

o ip.o

www.eeworm.com/read/183991/9126968

inc ip.inc

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; ;; ;; IP.INC
www.eeworm.com/read/281816/9132136

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/281719/9137803

h ip.h

/************************************************************ * File name : Ip.h * * By : hugang, hgx2000@mail.china.com * *********************************************************
www.eeworm.com/read/281719/9137822

c ip.c

/************************************************************ * File name : Ip.c * * By : hugang, hgx2000@mail.china.com * *********************************************************
www.eeworm.com/read/281716/9138253

c ip.c

/* IP functions for 'TCP/IP Lean' (c) Iosoft Ltd. 2000 This software is only licensed for distribution with the book 'TCP/IP Lean', and may only be used for personal experimentation by the purchas