代码搜索:IP Modem
找到约 10,000 项符合「IP Modem」的源代码
代码结果 10,000
www.eeworm.com/read/255847/12052958
sbr ip.sbr
www.eeworm.com/read/255847/12053007
cpp ip.cpp
// ICMP_HEADER.cpp: implementation of the ICMP_HEADER class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "demo.h"
#include "IP.h"
#
www.eeworm.com/read/255708/12063749
h ip.h
/* IP Structures for 'TCP/IP Lean' */
/*
** v0.01 JPB 1/8/92
** v0.02 JPB 29/7/97 Added fake packet type for SLIP
** v0.03 JPB 16/12/98 Added 'MAXUDPDATA'
** v0.04 JPB 16/12/99 Updated for book
www.eeworm.com/read/255708/12063763
c ip.c
/* IP functions for 'TCP/IP Lean' (c) Iosoft Ltd. 2000
NOTE: replace sizeof(ARPKT) with ARPLEN!!
Debug option to send IP datagrams with a dummy 'options' field */
#define BIGHEAD 0 /* Set
www.eeworm.com/read/152893/12075284
c ip.c
#include "skbuff.h"
#include "eth.h"
#include "ip.h"
#include "arp.h"
#include "icmp.h"
#include "udp.h"
#include "netsocket.h"
#include "csl.h"
#include "tcp/tcp.h"
static Uint32 local_ip
www.eeworm.com/read/152893/12075289
h ip.h
#ifndef __IP_H
#define __IP_H
#include"csl.h"
#define UDP 0x11
#define ICMP 0x01
#define TCP 0x06
/*
* This structure defines an ip header.
*/
struct iphdr {
unsigned ihl
www.eeworm.com/read/255541/12075716
h ip.h
/*
* INET An implementation of the TCP/IP protocol suite for the LINUX
* operating system. INET is implemented using the BSD Socket
* interface as the means of communication with the user l
www.eeworm.com/read/255541/12076437
h ip.h
/*
* INET An implementation of the TCP/IP protocol suite for the LINUX
* operating system. INET is implemented using the BSD Socket
* interface as the means of communication with the user l
www.eeworm.com/read/255541/12076452
c ip.c
/*
* INET An implementation of the TCP/IP protocol suite for the LINUX
* operating system. INET is implemented using the BSD Socket
* interface as the means of communication with the user l
www.eeworm.com/read/341515/12080598