代码搜索:Protocol
找到约 10,000 项符合「Protocol」的源代码
代码结果 10,000
www.eeworm.com/read/130538/14187866
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/130531/14188223
h ip.h
#pragma pack(1)
#define MAXDATA 1500 /* Maximum Ethernet data size */
#define MAXPACK (MAXDATA+14) /* Maximum packet size (incl. datalink hdr) */
#define MAXSEG (MAXDATA-40) /*
www.eeworm.com/read/130525/14188456
h ip.h
/* IP Structures for 'TCP/IP Lean' */
/*
** v0.01 JPB 1/8/92
** v0.02 JPB 29/7/97 Added fake packet type for SLIP
** v0.03 JPB 16/12/98 Added 'MAXUDPDATA'
** v0.04 JPB 16/12/99 Updated for book
www.eeworm.com/read/130341/14197142
log sqlnet.log
***********************************************************************
Fatal NI connect error 12560, connecting to:
(DESCRIPTION=(ADDRESS=(PROTOCOL=BEQ)(PROGRAM=oracle)(ARGV0=oracleORCL)(ARGS=
www.eeworm.com/read/232012/14211641
txt ports.txt
tcpmux 1 TCP
echo 7 UDP
echo 7 TCP
systat 11 TCP
netstat 15 TCP
ftp-data 20 TCP File Transfer Protocol (data)
ftp 21 TCP File Transfer Protocol
smtp 25 TCP
www.eeworm.com/read/232012/14211688
txt ports.txt
tcpmux 1 TCP
echo 7 UDP
echo 7 TCP
systat 11 TCP
netstat 15 TCP
ftp-data 20 TCP File Transfer Protocol (data)
ftp 21 TCP File Transfer Protocol
smtp 25 TCP
www.eeworm.com/read/129999/14213054
h ppp_defs.h
/* $Id: ppp_defs.h,v 1.14 1999/08/13 01:55:40 paulus Exp $ */
/*
* ppp_defs.h - PPP definitions.
*
* Copyright (c) 1994 The Australian National University.
* All rights reserved.
*
* Permission
www.eeworm.com/read/129929/14216560
java protocoldemo.java
/*This program provide a main interface containing all the 6 protocol'
*Demo cheng. It quan use DesktopMenu to choose the function,and
*swith among the 6 protocol's Panel. Every Panel of the prot
www.eeworm.com/read/231735/14222432
m graph.m
% Program 6-5
% graph.m
%
% The function of drawing the graph of simulation result.
%
% Input argument
% filename : name of the file which simulation result was stored.
%
% Output argument