Microchip® Advanced Software Framework

raw_pcb Struct Reference

#include <raw.h>

Data Fields

 IP_PCB
 
struct raw_pcbnext
 
u8_t protocol
 
raw_recv_fn recv
 receive callback function More...
 
voidrecv_arg
 

raw_pcb::IP_PCB
struct raw_pcb* raw_pcb::next

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

u8_t raw_pcb::protocol
raw_recv_fn 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().