Commit 4d22f5b1 by Andreas Jaeger Committed by Andreas Jaeger

g-soccon-linux-ppc.ads: Add new constants SO_REUSEPORT and IP_PKTINFO.

2008-04-01  Andreas Jaeger  <aj@suse.de>

        * g-soccon-linux-ppc.ads: Add new constants SO_REUSEPORT and
        IP_PKTINFO.

From-SVN: r133792
parent d4c32e1d
2008-04-01 Andreas Jaeger <aj@suse.de>
* g-soccon-linux-ppc.ads: Add new constants SO_REUSEPORT and
IP_PKTINFO.
2008-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> 2008-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* g-table.adb, g-tasloc.adb, g-traceb.ads, * g-table.adb, g-tasloc.adb, g-traceb.ads,
...@@ -149,6 +149,7 @@ package GNAT.Sockets.Constants is ...@@ -149,6 +149,7 @@ package GNAT.Sockets.Constants is
TCP_NODELAY : constant := 1; -- Do not coalesce packets TCP_NODELAY : constant := 1; -- Do not coalesce packets
SO_REUSEADDR : constant := 2; -- Bind reuse local address SO_REUSEADDR : constant := 2; -- Bind reuse local address
SO_REUSEPORT : constant := -1; -- Bind reuse port number
SO_KEEPALIVE : constant := 9; -- Enable keep-alive msgs SO_KEEPALIVE : constant := 9; -- Enable keep-alive msgs
SO_LINGER : constant := 13; -- Defer close to flush data SO_LINGER : constant := 13; -- Defer close to flush data
SO_BROADCAST : constant := 6; -- Can send broadcast msgs SO_BROADCAST : constant := 6; -- Can send broadcast msgs
...@@ -162,6 +163,7 @@ package GNAT.Sockets.Constants is ...@@ -162,6 +163,7 @@ package GNAT.Sockets.Constants is
IP_MULTICAST_LOOP : constant := 34; -- Set/get mcast loopback IP_MULTICAST_LOOP : constant := 34; -- Set/get mcast loopback
IP_ADD_MEMBERSHIP : constant := 35; -- Join a multicast group IP_ADD_MEMBERSHIP : constant := 35; -- Join a multicast group
IP_DROP_MEMBERSHIP : constant := 36; -- Leave a multicast group IP_DROP_MEMBERSHIP : constant := 36; -- Leave a multicast group
IP_PKTINFO : constant := 8; -- Get datagram info
------------------- -------------------
-- System limits -- -- System limits --
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment