[ECOS] where is __NET_INIT_TAB__ table populated ??

Andrew Lunn andrew.lunn@ascom.ch
Thu Jul 24 07:14:00 GMT 2003


On Thu, Jul 24, 2003 at 11:21:42AM +0530, mohanlal jangir wrote:
> Can somebody tell me where the table __NET_INIT_TAB__ is populated ? I see
> function "mbinit" and "cyg_net_init_devs" as member of this table but could
> not find exact place where this table is getting populated. 

Take a look at the macro 

#define SYSINIT(label, group, order, fun, ident) \
  _Net_init(_cat(group,order), label, fun, ident)

in bsd_tcpip/current/include/sys/param.h

Also read about HAL tables in the eCos documentation.

   Andrew

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



More information about the Ecos-discuss mailing list