#include <raw.h>
Data Fields | |
IP_PCB | |
struct raw_pcb * | next |
u8_t | protocol |
raw_recv_fn | recv |
receive callback function More... | |
void * | recv_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 |
Referenced by do_getaddr(), raw_input(), raw_new(), raw_sendto(), and recv_raw().
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().