public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] Socket- How to register new address family.
@ 2005-05-12 13:01 Biju PN
  2005-05-12 21:49 ` Andrew Lunn
  0 siblings, 1 reply; 2+ messages in thread
From: Biju PN @ 2005-05-12 13:01 UTC (permalink / raw)
  To: ecos-discuss

Hi all,

I would like to know whether it is possible to register a new address
family into the socket module in eCos. I am looking for something
similar to sock_register() in Linux.

Any help on this is highly appreciated.

regards
Biju PN

--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ECOS] Socket- How to register new address family.
  2005-05-12 13:01 [ECOS] Socket- How to register new address family Biju PN
@ 2005-05-12 21:49 ` Andrew Lunn
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Lunn @ 2005-05-12 21:49 UTC (permalink / raw)
  To: Biju PN; +Cc: ecos-discuss

tOn Thu, May 12, 2005 at 04:04:45PM +0530, Biju PN wrote:
> Hi all,
> 
> I would like to know whether it is possible to register a new address
> family into the socket module in eCos. I am looking for something
> similar to sock_register() in Linux.
> 
> Any help on this is highly appreciated.

I think this is a function of the netlink library, libnl. I also think
this is something very Linux specific since i think it uses the
netlink kernel calls to get access to raw packets etc. 

The TCP/IP stack in eCos is the FreeBSD stack. It uses a different
architecture. So i don't think the netlink library is going to work on
eCos. You should look to see if there is a FreeBSD equivelent library
and use that.

There are lots of 'I think' there, so you should really check i have
this right.

        Andrew


-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-05-12 10:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-12 13:01 [ECOS] Socket- How to register new address family Biju PN
2005-05-12 21:49 ` Andrew Lunn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).