#include <netbuf.h>
Data Fields | |
ip_addr_t | addr |
struct pbuf * | p |
u16_t | port |
struct pbuf * | ptr |
ip_addr_t netbuf::addr |
Referenced by do_send(), lwip_sendto(), netbuf_new(), netconn_recv(), and netconn_sendto().
struct pbuf* netbuf::p |
Referenced by do_send(), lwip_sendto(), netbuf_alloc(), netbuf_chain(), netbuf_delete(), netbuf_first(), netbuf_free(), netbuf_new(), netbuf_ref(), netconn_recv(), and netconn_send().
u16_t netbuf::port |
Referenced by do_send(), netbuf_new(), netconn_recv(), and netconn_sendto().
struct pbuf * netbuf::ptr |
Referenced by lwip_sendto(), netbuf_alloc(), netbuf_chain(), netbuf_data(), netbuf_delete(), netbuf_first(), netbuf_free(), netbuf_new(), netbuf_next(), netbuf_ref(), and netconn_recv().