代码搜索:IP
找到约 10,000 项符合「IP」的源代码
代码结果 10,000
www.eeworm.com/read/436177/7775873
h ip.h
//-----------------------------------------------------------------------------
// IP.H
//
//-----------------------------------------------------------------------------
void ip_send(UCHAR xdat
www.eeworm.com/read/436177/7775874
c ip.c
//-----------------------------------------------------------------------------
// Copyright (c) 2002 Jim Brady
// Do not use commercially without author's permission
// Last revised August 2002
/
www.eeworm.com/read/435169/7796030
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
www.eeworm.com/read/435169/7796034
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/435025/7798925
h ip.h
#ifndef __IP_H
#define __IP_H
#define UDP 0x11
/*
* This structure defines an ip header.
*/
struct iphdr {
unsigned char ihl:4,
version:4;
unsigned char tos;
unsigned short
www.eeworm.com/read/435025/7798929
c ip.c
#include "skbuff.h"
#include "eth.h"
#include "ip.h"
#include "utils.h"
static unsigned long local_ip = 0;
unsigned short ip_fast_csum(unsigned char * iph, unsigned int ihl)
{
unsigned int
www.eeworm.com/read/435025/7798931
o ip.o
www.eeworm.com/read/434738/7803768
mdb ip.mdb
www.eeworm.com/read/369629/7811418
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
www.eeworm.com/read/369629/7811422
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