代码搜索:IP Modem
找到约 10,000 项符合「IP Modem」的源代码
代码结果 10,000
www.eeworm.com/read/312758/13605276
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;
u
www.eeworm.com/read/312758/13605317
c ip.c
/****************************************************************
* ARMSYS7 S3C44B0X developer's notes *
****************************************************************
1. 2005.5.17::
www.eeworm.com/read/312684/13606373
c ip.c
/*********************************************************************
*
* PIC IP Module for Microchip TCP/IP Stack
*
*********************************************************
www.eeworm.com/read/312684/13606391
h ip.h
/*********************************************************************
*
* IP Defs for Microchip TCP/IP Stack
*
***************************************************************
www.eeworm.com/read/312525/13610547
o ip.o
www.eeworm.com/read/312525/13610572
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/312525/13610587
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_DOWNLOAD_SUPPORT
static unsigne
www.eeworm.com/read/312142/13618590
gif ip.gif
www.eeworm.com/read/311591/13629193
c ip.c
/*********************************************************************
*
* PIC IP Module for Microchip TCP/IP Stack
*
*********************************************************
www.eeworm.com/read/311482/13630155
h ip.h
/*
*Copyright (c) 2000-2002 Viola Systems Ltd.
*All rights reserved.
*
*Redistribution and use in source and binary forms, with or without
*modification, are permitted provided that the fol