This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Fwd: TR : Sending Raw Ethernet packets (ether_output, ether_output_frame, __enet_send ?)]


> So i have seek a another raw API to write ethernet packets directly .
> (Of course this API should be generic and not driver dependent )
> I have found ether_output, ether_output_frame, __enet_send  but I cannot
> use them from my application because they are not compiled into the eCOS
> library , I have generated, and the linkage fails ...

ether_output, ether_output_frame etc do exist, but have the name
cyg_ether_output, cyg_ether_output_frame etc. Take a look at
install/include/sys/param.h for an explanation.

        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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]