Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: mBuino_ENC28_MQTT Nucleo_Web_ENC28J60 Nucleo_Web_ENC28J60_ADC Serial_over_Ethernet ... more
Variables used in UIP device drivers
[The UIP TCP/IP stack]
UIP has a few global variables that are used in device drivers for UIP. More...
Variables | |
| u16_t | uip_len |
| The length of the packet in the uip_buf buffer. | |
Detailed Description
UIP has a few global variables that are used in device drivers for UIP.
Variable Documentation
| u16_t uip_len |
The length of the packet in the uip_buf buffer.
The global variable uip_len holds the length of the packet in the uip_buf buffer.
When the network device driver calls the UIP input function, uip_len should be set to the length of the packet in the uip_buf buffer.
When sending packets, the device driver should use the contents of the uip_len variable to determine the length of the outgoing packet.
Generated on Tue Jul 12 2022 18:48:00 by
1.7.2