代码搜索结果

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

sendfd.c

#include "apue.h" #include /* * Pass a file descriptor to another process. * If fd

fig17.20

#include "apue.h" #include /* * Pass a file descriptor to another process. * If fd

websphere快速入门(3).txt

作者:easyinfonet email: easyinfonet@sina.com.cn 日期:2001-2-16 11:21:26 2.1 基本系统模型 电子商务应用框架为设计电子商务解决方案提供了一个模型。这个框架基于一个多层的分布式环境,在这个环境中,任何多的各层应用逻辑和商业服务分离为各种组件,这些组件通过网络相互通信。在它的最基本的形式中,可以被描述为一个“逻辑上”的3 ...

prothook.c

/*—————————————————————————————————————— 文件:protocol.c 工程:xpassthru 概述:演示NDIS中间驱动程序输出封包结构信息 版权所有(c) 2001-2002 X 工作室 http://www.xfilt.com xstudio@xfilt.com */ #include "prexsim.h" #pra

pointdatastruct.h

#ifndef _POINTDATASTRUCT_H_ #define _POINTDATASTRUCT_H_ #define CHECK_LOGIN 150 #define CHECK_LOGOUT 151 #define RETURN_USERDATA 152 //acer7 #define DEBUGMODE typedef struct _tagch

apcdef.h

/******************************************************************************* * * $Id: apcdef.h 1.50 2001/08/29 18:19:23 vikas1 RELEASED $ * * Copyright 1996 - Lucent Technologies, Bell Labs A

sendfd.c

#include "apue.h" #include /* * Pass a file descriptor to another process. * If fd

fig17.20

#include "apue.h" #include /* * Pass a file descriptor to another process. * If fd

websphere快速入门(3).txt

作者:easyinfonet email: easyinfonet@sina.com.cn 日期:2001-2-16 11:21:26 2.1 基本系统模型 电子商务应用框架为设计电子商务解决方案提供了一个模型。这个框架基于一个多层的分布式环境,在这个环境中,任何多的各层应用逻辑和商业服务分离为各种组件,这些组件通过网络相互通信。在它的最基本的形式中,可以被描述为一个“逻辑上”的3 ...

urls.h

#ifndef H_LOADER_URLS #define H_LOADER_URLS enum urlprotocol_t { URL_METHOD_FTP, URL_METHOD_HTTP }; typedef enum urlprotocol_t urlprotocol; struct iurlinfo { urlprotocol protocol; char * add