Main Page | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

udp_pcb Struct Reference

#include <udp.h>

Collaboration diagram for udp_pcb:

[legend]

Data Fields

udp_pcbnext
ip_addr local_ip remote_ip
u16_t local_port
u16_t remote_port
u8_t flags
u16_t chksum_len
void(* recv )(void *arg, struct udp_pcb *pcb, struct pbuf *p, struct ip_addr *addr, u16_t port)
void * recv_arg

Field Documentation

u16_t udp_pcb::chksum_len
 

Definition at line 63 of file udp.h.

u8_t udp_pcb::flags
 

Definition at line 62 of file udp.h.

u16_t udp_pcb::local_port
 

Definition at line 60 of file udp.h.

struct udp_pcb* udp_pcb::next
 

Definition at line 57 of file udp.h.

void(* udp_pcb::recv)(void *arg, struct udp_pcb *pcb, struct pbuf *p, struct ip_addr *addr, u16_t port)
 

void* udp_pcb::recv_arg
 

Definition at line 67 of file udp.h.

struct ip_addr local_ip udp_pcb::remote_ip
 

Definition at line 59 of file udp.h.

u16_t udp_pcb::remote_port
 

Definition at line 60 of file udp.h.


The documentation for this struct was generated from the following file:
Generated on Wed Jan 14 12:59:17 2004 for RTL-lwIP-0.4 by doxygen 1.3.4