RetroArch
Public Attributes | List of all members
tcp_pcb_listen Struct Reference

#include <tcp.h>

Collaboration diagram for tcp_pcb_listen:
[legend]

Public Attributes

 IP_PCB
 
struct tcp_pcb_listennext
 
enum tcp_state state
 
u8_t prio
 
voidcallback_arg
 
u16_t local_port
 

Member Data Documentation

◆ callback_arg

void* tcp_pcb_listen::callback_arg

◆ IP_PCB

tcp_pcb_listen::IP_PCB

◆ local_port

u16_t tcp_pcb_listen::local_port

◆ next

struct tcp_pcb_listen* tcp_pcb_listen::next

◆ prio

u8_t tcp_pcb_listen::prio

◆ state

enum tcp_state tcp_pcb_listen::state

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