代码搜索结果

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

rfc1226.txt

Network Working Group B. Kantor Request for Comments: 1226 Univ. of Calif San Diego

rfc702.txt

Network Working Group D.W. Dodds RFC # 702 BBN-TENEXA September

header.h

///////////////////////////////////////////////////////////////////////////////// // Copyright(c) 2001-2002 Emdoor Electronic & Technology Co,.ltd. All rights reserved. // // Module name: //

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 "..\inc\tftp\eth.h" /* ARP protocol HARDWARE identifiers. */ #define ARPHRD_NETROM 0 /* from KA9Q: NET/ROM pseudo */ #define ARPHRD_ETHER 1 /* Etherne

qqclient.java

package chat.client; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.event.WindowAdapter; import java.awt.event.WindowEvent; import java.io.BufferedReader; im