Microchip® Advanced Software Framework

raw_pcb Struct Reference

#include <raw.h>

Data Fields

u16_t chksum_offset
 
u8_t chksum_reqd
 
 IP_PCB
 
struct raw_pcbnext
 
u8_t protocol
 
union {
   raw_recv_fn   ip4
 
recv
 receive callback function More...
 
voidrecv_arg
 

u16_t raw_pcb::chksum_offset

Referenced by raw_sendto().

u8_t raw_pcb::chksum_reqd

Referenced by raw_sendto().

raw_recv_fn raw_pcb::ip4

Referenced by raw_input(), and raw_recv().

raw_pcb::IP_PCB
struct raw_pcb* raw_pcb::next

Referenced by raw_input(), raw_new(), and raw_remove().

u8_t raw_pcb::protocol
union { ... } raw_pcb::recv

receive callback function

Referenced by raw_input(), and raw_recv().

void* raw_pcb::recv_arg

Referenced by raw_input(), and raw_recv().