代码搜索:Protocol
找到约 10,000 项符合「Protocol」的源代码
代码结果 10,000
www.eeworm.com/read/241189/13164370
inf winpppoe.inf
;******************************************************************************
; PPP over Ethernet Protocol
; Windows 98 NDIS Intermediate Driver INF
; written by Robert Schlabbach (normanb@cs.TU-
www.eeworm.com/read/240465/13217774
java serverapp.java
/*
* @(#)ServerApp.java
*
* 03L7246 (c) Copyright IBM Corp. 1996, 1998
*
* The program is provided "as is" without any warranty express or
* implied, including the warranty of non-infringe
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/138647/13227103
htm msgs1.htm
Teleport Pro Messages
.ftp://ftp.simtel.net/pub/simtelnet/msdos/
www.eeworm.com/read/138595/13230210
txt jsp里request变量列表.txt
作者:asp2001
email: asp2001@163.net
日期:2000-8-9 12:45:42
www.eeworm.com/read/138428/13236594
java chainio.java
package mobilevirproxy;
import java.io.*;
import javax.microedition.io.*;
import com.sun.midp.io.j2me.socket.*;
/**
* Title: Publish from SRTServer
* Description: Java
* Cop
www.eeworm.com/read/138121/13258776
avermedia lircmd.conf.avermedia
#
# lircmd config file
#
#PROTOCOL IntelliMouse
PROTOCOL MouseSystems
# ACCELERATOR start max multiplier
ACCELERATOR 2 30 5
ACTIVATE * FM
MOVE_N * 2
MOVE_NE * 3
MOVE_E * 6
MOVE_SE * 9
MOV
www.eeworm.com/read/137022/13347411
c pppdump.c
/*
* PPPDUMP.C
*
*/
#include
#include "global.h"
#include "mbuf.h"
#include "iface.h"
#include "internet.h"
#include "ppp.h"
#include "trace.h"
#ifdef TURBOC_SWITCH_BUG
#pra
www.eeworm.com/read/137022/13347507
h ppp.h
#ifndef _PPP_H
#define _PPP_H
/*
* This implementation of PPP is declared to be in the public domain.
*
* Acknowledgements and correction history may be found in PPP.C
*/
#ifndef _GLOBAL_