代码搜索:IP Modem
找到约 10,000 项符合「IP Modem」的源代码
代码结果 10,000
www.eeworm.com/read/139156/13186039
obj ip.obj
www.eeworm.com/read/139156/13186110
h ip.h
//-----------------------------------------------------------------------------
// IP.H
//
//-----------------------------------------------------------------------------
void ip_send(UCHAR xdat
www.eeworm.com/read/139156/13186111
c ip.c
//-----------------------------------------------------------------------------
// Net IP.C
// This module is the IP layer
// Refer to RFC 791, 1122, and RFC 815 (fragmentation)
//----------------
www.eeworm.com/read/139156/13186113
lst ip.lst
C51 COMPILER V7.07 IP 07/25/2005 12:02:22 PAGE 1
C51 COMPILER V7.07, COMPILATION OF MODULE IP
OBJECT MODULE PLACED IN IP.O
www.eeworm.com/read/325689/13189947
gif ip.gif
www.eeworm.com/read/240688/13204504
gif ip.gif
www.eeworm.com/read/325159/13222057
gif ip.gif
www.eeworm.com/read/138674/13226108
h ip.h
/* Ensure network structures aren't padded (DJGPP and VC) */
#pragma pack(1)
#define MAXDATA 1500 /* Maximum Ethernet data size */
#define MAXPACK (MAXDATA+14) /* Maximum packet siz
www.eeworm.com/read/138674/13226130
c ip.c
/* Debug option to send IP datagrams with a dummy 'options' field */
#define BIGHEAD 0 /* Set non-zero to send datagrams with larger IP hdrs */
#include
#include
#incl
www.eeworm.com/read/324640/13255233