[<prev] [next>] [day] [month] [year] [list]
Message-ID: <55c333c0906250542r13d506b9i5bfcb4fd317a2852@mail.gmail.com>
Date: Thu, 25 Jun 2009 15:42:54 +0300
From: Kevin Wilson <wkevils@...il.com>
To: netdev@...r.kernel.org
Subject: Socket options for different architectures (a short question)
Hello, netdev list,
I have a short question about socket options:
why does each architecture has a list of the socket options
it supports in a separate socket.h header ? it seems to me that the list
of these options is identical (I did not verified this though)
Is there a case when some specific platform/platforms define socket
options in a different way ?
Is there a case when some platform supports only part of the socket
options ?
For example, for
SO_DEBUG,SO_REUSEADDR, SO_SNDBUF, etc, we have the same definitions in
arch/ia64/include/asm/socket.h, arch/xtensa/include/asm/socket.h,
arch/x86/include/asm/socket.h ,arch/powerpc/include/asm/socket.h and so on.
Regards,
Kevin
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists