代码搜索:IP Modem
找到约 10,000 项符合「IP Modem」的源代码
代码结果 10,000
www.eeworm.com/read/158621/11597804
o ip.o
www.eeworm.com/read/261678/11629447
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/261678/11629467
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/261654/11631720
c ip.c
/*********************************************************************
*
* PIC IP Module for Microchip TCP/IP Stack
*
*********************************************************
www.eeworm.com/read/261654/11631851
h ip.h
/*********************************************************************
*
* IP Defs for Microchip TCP/IP Stack
*
***************************************************************
www.eeworm.com/read/158067/11647163
gif ip.gif
www.eeworm.com/read/347607/11655383
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/347607/11655386
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/157901/11657510
gif ip.gif
www.eeworm.com/read/261219/11658074