代码搜索:IP Modem

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

代码结果 10,000
www.eeworm.com/read/398558/7937159

h ip.h

//----------------------------------------------------------------------------- // IP.H // //----------------------------------------------------------------------------- void ip_send(UCHAR xdat
www.eeworm.com/read/198319/7941180

asm ip.asm

.nolist .include "../include/param.inc" .include "../include/8019.inc" .include "../include/cpu.inc" .list .global ipdmp0, ipdmp ;CPU_DIR SEGMENT CODE ; RSEG CPU_DIR .section cpu_dir, #alloc ; .wo
www.eeworm.com/read/298577/7950598

o ip.o

www.eeworm.com/read/298577/7950619

h ip.h

/****************************************Copyright (c)************************************************** ** Guangzou ZLG-MCU Development Co.,LTD. **
www.eeworm.com/read/198041/7955450

h ip.h

/*! \file ip.h \brief IP (Internet Protocol) Library. */ //***************************************************************************** // // File Name : 'ip.h' // Title : IP (Internet Protocol)
www.eeworm.com/read/198041/7955455

c ip.c

/*! \file ip.c \brief IP (Internet Protocol) Library. */ //***************************************************************************** // // File Name : 'ip.c' // Title : IP (Internet Protocol)
www.eeworm.com/read/297661/8005449

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/297661/8005511

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/297661/8005524

o ip.o

www.eeworm.com/read/197252/8009495

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