代码搜索结果

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

arp.h

#ifndef __ARP_H #define __ARP_H #include "eth.h" /* ARP protocol HARDWARE identifiers. */ #define ARPHRD_NETROM 0 /* from KA9Q: NET/ROM pseudo */ #define ARPHRD_ETHER 1 /* Ethernet 10Mbps */ #de

automatic.c

/* * File contains functions for automatic ; * detection of tags - without a PC ; * connected. ; */ #include "automatic.h" unsigned char protocol; /* ===================================

arp.h

#ifndef __ARP_H #define __ARP_H #include "eth.h" /* ARP protocol HARDWARE identifiers. */ #define ARPHRD_NETROM 0 /* from KA9Q: NET/ROM pseudo */ #define ARPHRD_ETHER 1 /* Ethernet 10Mbps */ #de

bluez.pc.in

prefix=@prefix@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ Name: BlueZ Description: Bluetooth protocol stack for Linux Version: @VERSION@ Requires: Libs: -L${libdir} -lblueto

arp.h

#ifndef __ARP_H #define __ARP_H #include "eth.h" /* ARP protocol HARDWARE identifiers. */ #define ARPHRD_NETROM 0 /* from KA9Q: NET/ROM pseudo */ #define ARPHRD_ETHER 1 /* Ethernet 10Mbps */ #de

54.txt

如何利用Winsock控件编写自己的Internet程序 VB自带的Winsock控件是一个非常强大的工具,利用它你可以在你的程序中使用各种Internet协议。如果你对网络协议及计算机之间通信的原理有所了解的话,理论上讲你可以编写任何Internet程序。本文向你介绍如何使用Winsock控件以及如何通过它来使用几乎所有的Internet协议,例如 HTTP (WWW), FTP, N ...

draft-zebra-00.txt

Network Working Group K. Ishiguro Request for Comments: DRAFT Digital Magic Labs, Inc.

arp.h

#ifndef __ARP_H #define __ARP_H #include "eth.h" /* ARP protocol HARDWARE identifiers. */ #define ARPHRD_NETROM 0 /* from KA9Q: NET/ROM pseudo */ #define ARPHRD_ETHER 1 /* Ethernet 10Mbps */ #de

pop3_c.cpp

// ================================================================= // class: CUT_POP3Client // File: pop3_c.cpp // // Purpose: // // POP3 Client Class // Implementation of Post Office

http_c.cpp

//================================================================= // class: CUT_HTTPClient // File: HTTP_c.cpp // // Purpose: // // HTTP Client Class // Implementation of Hypertext Tra