代码搜索结果
找到约 10,000 项符合
Protocol 的代码
protocol.cpp
#include "sc_cfg.h"
#include "common.h"
#include "class.h"
#include "extern.h"
const INT8U crctable[] = {
0x00,0x07,0x0E,0x09,0x1C,0x1B,0x12,0x15,0x38,0x3F,0x36,0x31,0x24,0x23,0x2A,0x2D,
0x7
protocol.h
/* protocol.h
*
* Describe the Telnet Protocol
*/
#ifndef __protocol_h
#define __protocol_h
/* All telnet commands from rfc854
*/
#define SE 240 /* End of subnegotiation parameters */
protocol.c
/*++
Copyright(c) 1992-2000 Microsoft Corporation
Module Name:
protocol.c
Abstract:
Ndis Intermediate Miniport driver sample. This is a passthru driver.
Author:
Environme
protocol.h
#define MAX_PKT 1024 /* determines packet size in bytes */
typedef enum {false, true} boolean; /* boolean type */
typedef unsigned int seq_nr; /* sequence or ack numbers */
typedef struct {unsigned c
protocol.sql
-- MySQL dump 9.09
--
-- Host: localhost Database: flow
---------------------------------------------------------
-- Server version 4.0.15-log
--
-- Table structure for table `protocol`
--
CREATE
protocol.c
/****************************************************************************
Copyright (C) Cambridge Silicon Radio 2002
FILE
protocol.c - processing of HID protocol events
MODIFIC
protocol.java
/*
* Copyright (C) 2010 Teleal GmbH, Switzerland
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* publis
protocol.h
#ifndef __brloader_protocol_h
#define __brloader_protocol_h
typedef BYTE ETHERNET_ADDRESS [6];
typedef struct ETHERNET_FRAME {
ETHERNET_ADDRESS Destination;
ETHERNET_ADDRESS Source;
WORD