代码搜索结果

找到约 33,168 项符合 Protocol 的代码

protocol.h

/* Declare the class Protocol for Objective C programs. Copyright (C) 1993 Free Software Foundation, Inc. This file is part of GNU CC. GNU CC is free software; you can redistribute it and/or modi

protocol.c

/* protocol.c * linqianghe@163.com * 2006-09-05 */ #include "af_inet.h" #include "protocol.h" static DEFINE_SPINLOCK(myinet_proto_lock); int myinet_add_protocol( struct net_protocol *prot, unsig

protocol.h

/* protocol.h * linqianghe@163.com * 2006-09-04 */ #ifndef INCLUDED_PROTOCOL_H #define INCLUDED_PROTOCOL_H #include extern struct net_protocol *myinet_protos[MAX_INET_PROTOS];

protocol.c

/* protocol.c * linqianghe@163.com * 2006-09-05 */ #include "af_inet.h" #include "protocol.h" static DEFINE_SPINLOCK(myinet_proto_lock); int myinet_add_protocol( struct net_protocol *prot, unsig

protocol.h

/* protocol.h * linqianghe@163.com * 2006-09-04 */ #ifndef INCLUDED_PROTOCOL_H #define INCLUDED_PROTOCOL_H #include extern struct net_protocol *myinet_protos[MAX_INET_PROTOS];

protocol.c

/* protocol.c * linqianghe@163.com * 2006-09-05 */ #include "af_inet.h" #include "protocol.h" static DEFINE_SPINLOCK(myinet_proto_lock); int myinet_add_protocol( struct net_protocol *prot, unsig

protocol.h

/* protocol.h * linqianghe@163.com * 2006-09-04 */ #ifndef INCLUDED_PROTOCOL_H #define INCLUDED_PROTOCOL_H #include extern struct net_protocol *myinet_protos[MAX_INET_PROTOS];

protocol.cpp

#include "stdafx.h" #include "GprsServer.h" #include "GprsServerDlg.h" #include "protocol.h" #include "BrowseDir.h" PACKAGE_HEAD packData; CMD_TYPE cmdtype; CMD cmd; uchar g_bIsDataUpdat

protocol.c

#include "stdafx.h" #include "GprsServer.h" #include "GprsServerDlg.h" #include "protocol.h" PACKAGE packData; //****填充数据缓冲区数据*************************** void FillSendBufContent(void) {

protocol.c

/*++ Copyright(c) 1992 Microsoft Corporation Module Name: protocol.c Abstract: Ndis Intermediate Miniport driver sample. This is a passthru driver. Author: Environment: Re