代码搜索结果

找到约 10,000 项符合 Protocol 的代码

rfc868.txt

组织:中国互动出版网(http://www.china-pub.com/) RFC文档中文翻译计划(http://www.china-pub.com/compters/emook/aboutemook.htm) E-mail:ouyang@china-pub.com 译者:顾国飞(ggfei ggfei@263.net ) 译文发布时间:2001-4-8 版权:本中文翻译文档版权归

proto-version.sh

# $OpenBSD: proto-version.sh,v 1.3 2002/03/15 13:08:56 markus Exp $ # Placed in the Public Domain. tid="sshd version with different protocol combinations" # we just start sshd in inetd mode and chec

tftp-xinetd

# default: off # description: The tftp server serves files using the trivial file transfer \ # protocol. The tftp protocol is often used to boot diskless \ # workstations, download configuration file

bterror.h

#ifndef _BTERROR__H #define _BTERROR__H /* if adding new error types, keep the string array in synch with the error list, and number new errors sequentially. See die(). */ enum{ BTERR_BASE=50

test1.uv2

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (Target 1), 0x0000 // Tools: 'MCS-51' Group (Source Group 1) File 1,1, File 1,1, Fi

test1_uv2.bak

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (Target 1), 0x0000 // Tools: 'MCS-51' Group (Source Group 1) File 1,1, File 1,1, Fi

traninfomodule.h

#ifndef INCLUDED_TRANINFOMODULE #define INCLUDED_TRANINFOMODULE #if defined(HAS_PRAGMA_ONCE) #pragma PRAGMA_ONCE_DECLARE #endif #include "packagebase.h" #include "packageserver.h" namespa

libnet-headers.h

/* * $Id: libnet-headers.h,v 1.9 1999/10/27 01:37:22 route Exp $ * * libnet-headers.h - Network routine library headers header file * * Copyright (c) 1998, 1999, 2000 Mike D. Schiffman

catch.c

//catch.c //使用方法:catch〈网络接口名〉 > 〈输出文件名〉 //例如:catch etho > temp.txt //结束方法:ctrl+c //程序开始,读入头文件 #include #include #include #include #incl

ipfrag.h

/*** ipfrag.h - IP fragmentation hander definitions ***/ struct fragdescent { unsigned int min; unsigned int max; struct fragdescent *prev_entry; struct fragdescent *next_entry; };