#include <net_config.h>
void send_frame (
OS_FRAME* frame ); /* Pointer to the ethernet frame to send. */
Description
The send_frame function sends the ethernet frame packet
using the ethernet controller. The argument frame points to
the ethernet frame constructed by the TCPnet system. The component
frame->length holds the total length of the frame that
needs to be transferred.
The send_frame function is part of RL-TCPnet. The prototype
is defined in net_config.h.
note
You must provide the send_frame function if the ethernet
controller you use is different from the ones provided in the
TCPnet source.
The TCPnet system calls send_frame when it has
constructed the ethernet frame that needs to be sent to the
network.
Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers of your data.