www.pudn.com > indyprelim.zip
To Read all the content
[file head]:
{
$Project$
$Workfile$
$Revision$
$DateUTC$
$Id$
This file is part of the Indy (Internet Direct) project, and is offered
under the dual-licensing agreement described on the Indy website.
(http://www.indyproject.org/)
Copyright:
(c) 1993-2005, Chad Z. Hower and the Indy Pit Crew. All rights reserved.
}
{
$Log$
}
{
Rev 1.2 10/15/2003 12:48:32 PM DSiders
Added l,ocalization comments.
Rev 1.1 1/31/2003 02:54:04 PM JPMugaas
Updated with IdContext.pas.
Rev 1.0 11/13/2002 08:37:54 AM JPMugaas
}
unit IdAssignedNumbers;
interface
{ These values are all from RFC 1700 }
const {Port values}
IdPORT_TCPMUX = 1;
IdPORT_COMPRESSNET_MGM = 2; //Management Utility
IdPORT_COMPRESSNET_CMP = 3; //Compression Proces
IdPORT_RJE = 5; //Remote Job Entry
IdPORT_ECHO = 7;
IdPORT_DISCARD = 9;
IdPORT_SYSTAT = 11;
IdPORT_DAYTIME = 13;
IdPORT_NETSTAT = 15;
IdPORT_QOTD = 17;
IdPORT_MSP
... ...
[file tail]:
... ...
----------------- ------------------------------------------------- ---------
}
Id_IPREL_SAP = 0; // SAP Session Announcement Protocol [Handley]
Id_IPREL_MADCAP = 1; // MADCAP Protocol [RFC2730]
Id_IPREL_SLPV2 = 2; // SLPv2 Discovery [Guttman]
Id_IPREL_MZAP = 3; // MZAP [Thaler]
Id_IPREL_DNS = 4; // Multicast Discovery of DNS Services [Manning]
Id_IPREL_SSDP = 5; // SSDP [Goland]
Id_IPREL_DHCPV4 = 6; // DHCP v4 [Hall]
Id_IPREL_AAP = 7; // AAP [Hanna]
Id_IPREL_MBUS = 8; // MBUS [Kutscher]
// 9-252 Reserved - To be assigned by the IANA
// 253 Reserved
// 254-255 Reserved - To be assigned by the IANA
implementation
end.