代码搜索:IP
找到约 10,000 项符合「IP」的源代码
代码结果 10,000
www.eeworm.com/read/322464/13379692
h ip.h
#pragma pack(1)
#define MAXDATA 1500 /* Maximum Ethernet data size */
#define MAXPACK (MAXDATA+14) /* Maximum packet size (incl. datalink hdr) */
#define MAXSEG (MAXDATA-40) /*
www.eeworm.com/read/322394/13380767
h ip.h
/*
* Copyright (c) 2003 Electric Application Laboratory of NAN KAI University
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* ar
www.eeworm.com/read/322394/13380771
c ip.c
/*
* Copyright (c) 2003 Electric Application Laboratory of NAN KAI University
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* ar
www.eeworm.com/read/322394/13380799
lst ip.lst
C51 COMPILER V8.05a IP 11/16/2006 19:20:20 PAGE 1
C51 COMPILER V8.05a, COMPILATION OF MODULE IP
OBJECT MODULE PLACED IN .\I
www.eeworm.com/read/322394/13380801
obj ip.obj
www.eeworm.com/read/321997/13391245
h ip.h
/* IP Structures*/
/*
** 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
*/
/* Ensure ne
www.eeworm.com/read/321997/13391251
c ip.c
/* IP functions
NOTE: replace sizeof(ARPKT) with ARPLEN!!
Debug option to send IP datagrams with a dummy 'options' field */
#define BIGHEAD 0 /* Set non-zero to send datagrams with larger
www.eeworm.com/read/321912/13393382