代码搜索:Protocol
找到约 10,000 项符合「Protocol」的源代码
代码结果 10,000
www.eeworm.com/read/145991/5741943
c dcptpkt.c
/*--------------------------------------------------------------------*/
/* d c p t p k t . c */
/*
www.eeworm.com/read/145471/5746085
c raw.c
/*
* 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 leve
www.eeworm.com/read/145331/5746429
c auth.c
/*****************************************************************************
* auth.c - Network Authentication and Phase Control program file.
*
* Copyright (c) 2003 by Marc Boucher, Services Inform
www.eeworm.com/read/145188/5747423
java filterentry.java
//声明这个类所在的包
package examples.security.net;
//声明这个类引入的其他类
import java.net.InetAddress;
/**
* 抽象类,过滤原则
*
*/
abstract class FilterEntry
{
//定义三种状态常量
//允许
static final int ALLO
www.eeworm.com/read/144900/5748289
java gamemultiserverthread.java
import java.net.*;
import java.io.*;
import java.util.*;
public class GameMultiServerThread extends Thread {
private Socket socket = null;
static public Vector PlayerList = new Vector();
p
www.eeworm.com/read/143132/5758668
c pppdump.c
/*
* PPPDUMP.C
*
*/
#include
#include "global.h"
#include "mbuf.h"
#include "iface.h"
#include "internet.h"
#include "ppp.h"
#include "trace.h"
#ifdef TURBOC_SWITCH_BUG
#pra
www.eeworm.com/read/143132/5758720
h ppp.h
#ifndef _PPP_H
#define _PPP_H
/*
* This implementation of PPP is declared to be in the public domain.
*
* Acknowledgements and correction history may be found in PPP.C
*/
#ifndef _GLOBAL_
www.eeworm.com/read/143128/5759242
c auth.c
/*****************************************************************************
* auth.c - Network Authentication and Phase Control program file.
*
* Copyright (c) 2003 by Marc Boucher, Services Inform
www.eeworm.com/read/143026/5759768
h ipifcons.h
/*++
Copyright (c) 1995-1999 Microsoft Corporation
Module Name:
ipifcons.h
Abstract:
Constants needed for the Interface Object
*/
#ifndef __IPIFCONS_H__
#define __IP
www.eeworm.com/read/141449/5769924
java sbrowser.java
import java.io.*;
import java.net.*;
import java.security.*;
public class sBrowser extends Browser
{
public static void main(String[] args) throws Exception
{
if(args.length != 1