OAR

RTEMS 4.0.0 On-Line Library


Write your driver receive task.

PREV UP NEXT Bookshelf RTEMS Network Supplement

2.8: Write your driver receive task.

This task should block until a packet arrives from the device. If the device is an Ethernet interface the function ether_input should be called to forward the packet to the network stack. The arguments to ether_input are a pointer to the interface data structure, a pointer to the ethernet header and a pointer to an mbuf containing the packet itself.


PREV UP NEXT Bookshelf RTEMS Network Supplement

Copyright © 1988-1998 OAR Corporation