Select Git revision
pkcs1-internal.h
Ports.pmod 66.72 KiB
/*
* $Id: Ports.pmod,v 1.2 1998/06/23 21:46:45 grubba Exp $
*
* IP port assignments
*
* Henrik Grubbstrm 1998-06-23
*/
// Contains all UDP ports assigned for private use as of RFC 1700
constant private_udp = ([
"mail": 24, // any private mail system
"printer": 35, // any private printer server
"terminal": 57, // any private terminal access
"file": 59, // any private file service
"dial": 75, // any private dial out service
"rje": 77, // any private RJE service
"terminal-link": 87, // any private terminal link
]);
// Contains all TCP ports assigned for private use as of RFC 1700
constant private_tcp = ([
"mail": 24, // any private mail system
"printer": 35, // any private printer server
"terminal": 57, // any private terminal access
"file": 59, // any private file service
"dial": 75, // any private dial out service
"rje": 77, // any private RJE service
"terminal-link": 87, // any private terminal link
]);
// Contains all non-private UDP port assignments as of RFC 1700
constant udp = ([
"tcpmux": 1, // TCP Port Service Multiplexer
"compressnet-mgmt": 2, // Management Utility
"compressnet": 3, // Compression Process
"rje": 5, // Remote Job Entry
"echo": 7, // Echo
"discard": 9, // Discard
"systat": 11, // Active Users
"daytime": 13, // Daytime
"qotd": 17, // Quote of the Day
"msp": 18, // Message Send Protocol
"chargen": 19, // Character Generator
"ftp-data": 20, // File Transfer [Default Data]
"ftp": 21, // File Transfer [Control]
"telnet": 23, // Telnet
"smtp": 25, // Simple Mail Transfer
"nsw-fe": 27, // NSW User System FE
"msg-icp": 29, // MSG ICP
"msg-auth": 31, // MSG Authentication
"dsp": 33, // Display Support Protocol
"time": 37, // Time
"rap": 38, // Route Access Protocol
"rlp": 39, // Resource Location Protocol
"graphics": 41, // Graphics
"nameserver": 42, // Host Name Server
"nicname": 43, // Who Is
"mpm-flags": 44, // MPM FLAGS Protocol
"mpm": 45, // Message Processing Module [recv]
"mpm-snd": 46, // MPM [default send]
"ni-ftp": 47, // NI FTP
"auditd": 48, // Digital Audit Daemon
"login": 49, // Login Host Protocol
"re-mail-ck": 50, // Remote Mail Checking Protocol
"la-maint": 51, // IMP Logical Address Maintenance
"xns-time": 52, // XNS Time Protocol
"domain": 53, // Domain Name Server
"xns-ch": 54, // XNS Clearinghouse
"isi-gl": 55, // ISI Graphics Language
"xns-auth": 56, // XNS Authentication