mbed client on ethernet with LWIP
Dependencies: mbed Socket lwip-eth lwip-sys lwip
Fork of mbed-client-classic-example-lwip by
ns_list Struct Reference
Underlying generic linked list head. More...
#include <ns_list.h>
Data Fields | |
| void * | first_entry |
| Pointer to first entry, or NULL if list is empty. | |
| void ** | last_nextptr |
| Pointer to last entry's `next` pointer, or to head's `first_entry` pointer if list is empty. | |
Detailed Description
Underlying generic linked list head.
Users should not use this type directly, but use the NS_LIST_HEAD() macro.
Definition at line 82 of file ns_list.h.
Field Documentation
| void* first_entry |
| void** last_nextptr |
Generated on Tue Jul 12 2022 13:53:54 by
1.7.2
Austin Blackstone
