代码搜索结果

找到约 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

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.htm

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

icmp.h

/*! \file icmp.h \brief ICMP Protocol Library. */ //***************************************************************************** // // File Name : 'icmp.h' // Title : ICMP (Internet Control Mess

sock.cpp

// sock.cpp : Defines the entry point for the DLL application. // #include "stdafx.h" #include "sock.h" #ifndef INADDR_NONE #define INADDR_NONE 0xffffffff #endif/*INADDR_NONE*/ #define portba

sock.cpp

// sock.cpp : Defines the entry point for the DLL application. // #include "stdafx.h" #include "sock.h" #ifndef INADDR_NONE #define INADDR_NONE 0xffffffff #endif/*INADDR_NONE*/ #define portba

sock.cpp

// sock.cpp : Defines the entry point for the DLL application. // #include "stdafx.h" #include "sock.h" #ifndef INADDR_NONE #define INADDR_NONE 0xffffffff #endif/*INADDR_NONE*/ #define portba

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

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

net.h

/* * LiMon Monitor (LiMon) - Network. * * Copyright 1994 - 2000 Neil Russell. * (See License) * * * History * 9/16/00 bor adapted to TQM823L/STK8xxL board, RARP/TFTP boot added */ #ifndef