DEADSOFTWARE

2c0402ee19b74b0fb0bcc32d9ad3e1c215a2e293
[bbcp.git] / BlackBox / _Linux_ / Lin / Mod / gen-Net / defs-in
1 IPPROTO_IP = 0; (* Dummy protocol for TCP. *)
2 IPPROTO_HOPOPTS* = 0; (* IPv6 Hop-by-Hop options. *)
3 IPPROTO_ICMP* = 1; (* Internet Control Message Protocol. *)
4 IPPROTO_IGMP* = 2; (* Internet Group Management Protocol. *)
5 IPPROTO_IPIP* = 4; (* IPIP tunnels (older KA9Q tunnels use 94). *)
6 IPPROTO_TCP* = 6; (* Transmission Control Protocol. *)
7 IPPROTO_EGP* = 8; (* Exterior Gateway Protocol. *)
8 IPPROTO_PUP* = 12; (* PUP protocol. *)
9 IPPROTO_UDP* = 17; (* User Datagram Protocol. *)
10 IPPROTO_IDP* = 22; (* XNS IDP protocol. *)
11 IPPROTO_TP* = 29; (* SO Transport Protocol Class 4. *)
12 IPPROTO_DCCP* = 33; (* Datagram Congestion Control Protocol. *)
13 IPPROTO_IPV6* = 41; (* IPv6 header. *)
14 IPPROTO_ROUTING* = 43; (* IPv6 routing header. *)
15 IPPROTO_FRAGMENT* = 44; (* IPv6 fragmentation header. *)
16 IPPROTO_RSVP* = 46; (* Reservation Protocol. *)
17 IPPROTO_GRE* = 47; (* General Routing Encapsulation. *)
18 IPPROTO_ESP* = 50; (* encapsulating security payload. *)
19 IPPROTO_AH* = 51; (* authentication header. *)
20 IPPROTO_ICMPV6* = 58; (* ICMPv6. *)
21 IPPROTO_NONE* = 59; (* IPv6 no next header. *)
22 IPPROTO_DSTOPTS* = 60; (* IPv6 destination options. *)
23 IPPROTO_MTP* = 92; (* Multicast Transport Protocol. *)
24 IPPROTO_ENCAP* = 98; (* Encapsulation Header. *)
25 IPPROTO_PIM* = 103; (* Protocol Independent Multicast. *)
26 IPPROTO_COMP* = 108; (* Compression Header Protocol. *)
27 IPPROTO_SCTP* = 132; (* Stream Control Transmission Protocol. *)
28 IPPROTO_UDPLITE* = 136; (* UDP-Lite protocol. *)
29 IPPROTO_RAW* = 255; (* Raw IP packets. *)