代码搜索结果
找到约 10,000 项符合
Protocol 的代码
usbdesc.h
#ifndef __USB_DESC_H
#define __USB_DESC_H
typedef __packed struct {
U8 size;
U8 type;
U16 ver;
U8 class;
U8 subclass;
U8 protocol;
U8 pktsize;
U16 vid;
U16 pid;
U16 pver;
U8
usbdesc.h
#ifndef __USB_DESC_H
#define __USB_DESC_H
#include "DataType.h"
typedef __packed struct {
U8 size;
U8 type;
U16 ver;
U8 class;
U8 subclass;
U8 protocol;
U8 pktsize;
U16 vid;
U
slipdev.c
/**
* \addtogroup uip
* @{
*/
/**
* \defgroup slip Serial Line IP (SLIP) protocol
* @{
*
* The SLIP protocol is a very simple way to transmit IP packets over
* a serial line. It doe
usbdesc.h
#ifndef __USB_DESC_H
#define __USB_DESC_H
typedef __packed struct {
U8 size;
U8 type;
U16 ver;
U8 class;
U8 subclass;
U8 protocol;
U8 pktsize;
U16 vid;
U16 pid;
U16 pver;
U8
usbdesc.h
#ifndef __USB_DESC_H
#define __USB_DESC_H
#include "DataType.h"
typedef __packed struct {
U8 size;
U8 type;
U16 ver;
U8 class;
U8 subclass;
U8 protocol;
U8 pktsize;
U16 vid;
U
usbdesc.h
#ifndef __USB_DESC_H
#define __USB_DESC_H
#include "DataType.h"
typedef __packed struct {
U8 size;
U8 type;
U16 ver;
U8 class;
U8 subclass;
U8 protocol;
U8 pktsize;
U16 vid;
U
nph-test.cgi
#!/usr/bin/perl
# Remember that CGI programs have to close out the HTTP header
# (with a pair of newlines), after giving the Content-type:
# and any other relevant or available header information.
#
rfc3040.txt
组织:中国互动出版网(http://www.china-pub.com/)
RFC文档中文翻译计划(http://www.china-pub.com/compters/emook/aboutemook.htm)
E-mail:ouyang@china-pub.com
译者:郝国生(booking gs_hao@263.net)
译文发布时间:2001-8-14
版权:本中文翻译文档版
tcp.h
/*
* INET An implementation of the TCP/IP protocol suite for the LINUX
* operating system. INET is implemented using the BSD Socket
* interface as the means of communication with the user l
slipdev.c
/**
* \addtogroup uip
* @{
*/
/**
* \defgroup slip Serial Line IP (SLIP) protocol
* @{
*
* The SLIP protocol is a very simple way to transmit IP packets over
* a serial line. It doe