|
|
1.1 root 1: /*
2: * magic numbers of line disciplines
3: */
4:
5: int tty_ld = 0; /* tty processing */
6: int dt_ld = 1; /* URP protocol -- character mode */
7: int cdkp_ld = 1; /* URP protocol -- character mode (same as 1) */
8: int rdk_ld = 2; /* raw datakit protocol */
9: int pk_ld = 3; /* packet driver */
10: int mesg_ld = 4; /* data message protocol */
11: int dkp_ld = 5; /* URP protocol -- block mode */
12: int ntty_ld = 6; /* new tty processing */
13: int buf_ld = 7; /* buffer up characters till timeout */
14: int trc_ld = 8; /* stream tracer */
15: int rmesg_ld= 9; /* reverse message processing */
16: int ip_ld = 10; /* IP - push on net interfaces (il, ec, ...) */
17: int tcp_ld = 11; /* TCP (inet) - only one instance, on /dev/ip6 */
18: int chroute_ld=12; /* Chaosnet - push on net interfaces (il, ec, ...) */
19: int arp_ld = 13; /* Ethernet address resolution - on net interfaces */
20: int udp_ld = 14; /* UDP (inet) - only one instance, on /dev/ip */
21: int chaos_ld= 15; /* Chaosnet - only one, above any chroute_ld */
22: int filter_ld=16; /* Delimiter filtering */
23: int dump_ld = 17; /* Debug dumper */
24: int conn_ld = 18; /* Connection line discipline */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.