Documentation
Includes
lwip/opt.h
#include "lwip/opt.h"
lwip/raw.h
#include "lwip/raw.h"
Macros
Marco LWIP_HDR_RAW_PRIV_H
#define LWIP_HDR_RAW_PRIV_H
Functions
Func raw_netif_ip_addr_changed
void raw_netif_ip_addr_changed(const ip_addr_t* old_addr, const ip_addr_t* new_addr);
Vars
raw_input_state_t raw_input(struct pbuf *p, struct netif *inp);
Consts
Types
Typedefs
typedef enum raw_input_state
{
RAW_INPUT_NONE = 0, /* pbuf did not match any pcbs */
RAW_INPUT_EATEN, /* pbuf handed off and delivered to pcb */
RAW_INPUT_DELIVERED /* pbuf only delivered to pcb (pbuf can still be referenced) */
} raw_input_state_t;