The Pedigree Project 0.1
Public Attributes | List of all members
tcpip_callback_wait_context Struct Reference
+ Collaboration diagram for tcpip_callback_wait_context:

Public Attributes

tcpip_callback_fn function
 
void * ctx
 
sys_sem_t completion
 
u8_t retired
 

Detailed Description

Definition at line 346 of file tcpip.c.

Member Data Documentation

◆ completion

sys_sem_t tcpip_callback_wait_context::completion

Definition at line 349 of file tcpip.c.

◆ ctx

void* tcpip_callback_wait_context::ctx

Definition at line 348 of file tcpip.c.

◆ function

tcpip_callback_fn tcpip_callback_wait_context::function

Definition at line 347 of file tcpip.c.

◆ retired

u8_t tcpip_callback_wait_context::retired

Definition at line 350 of file tcpip.c.


The documentation for this struct was generated from the following file: