代码搜索:Protocol
找到约 10,000 项符合「Protocol」的源代码
代码结果 10,000
www.eeworm.com/read/177261/9462713
c pppshow.c
/* pppShow.c - Point-to-Point Protocol show routines */
/* Copyright 1995-1999 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01j,14mar99,jdi do
www.eeworm.com/read/176623/9489756
log sqlnet.log
***********************************************************************
Fatal NI connect error 12560, connecting to:
(DESCRIPTION=(ADDRESS=(PROTOCOL=BEQ)(PROGRAM=oracle)(ARGV0=oracleORCL)(ARGS=
www.eeworm.com/read/176517/9495074
java serverapp.java
/*
* @(#)ServerApp.java
*
* 03L7246 (c) Copyright IBM Corp. 1996, 1998
*
* The program is provided "as is" without any warranty express or
* implied, including the warranty of non-infringe
www.eeworm.com/read/372227/9516823
h ip.h
/* Ensure network structures aren't padded (DJGPP and VC) */
#pragma pack(1)
#define MAXDATA 1500 /* Maximum Ethernet data size */
#define MAXPACK (MAXDATA+14) /* Maximum packet siz
www.eeworm.com/read/372227/9516932
h ip.h
/* Ensure network structures aren't padded (DJGPP and VC) */
#pragma pack(1)
#define MAXDATA 1500 /* Maximum Ethernet data size */
#define MAXPACK (MAXDATA+14) /* Maximum packet siz
www.eeworm.com/read/175813/9530492
pl proto-decode-msg.pl
# $Header: /home/jcb/newmj/RCS/proto-decode-msg.pl,v 11.6 2003/09/29 21:24:19 jcb Rel $
# proto-decode-msg.pl
# script to generate body of decode_[cp]msg function in protocol.c
# it is not defensively
www.eeworm.com/read/371583/9547268
h header.h
// Ethernet Header.
//
// 以太网首部 包格式:6字节,目的地MAC地址,/6字节,源MAC地址
//
//
//typedef int bool;
typedef unsigned long ulong;
typedef unsigned short ushort;
typedef unsigned char uch
www.eeworm.com/read/371315/9556558
h lcp.h
/*
* lcp.h - Link Control Protocol definitions.
*
* Copyright (c) 1984-2000 Carnegie Mellon University. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without