Documentation

Documentation

Includes

lwip/opt.h

#include "lwip/opt.h"
#include "lwip/opt.h"

lwip/raw.h

#include "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

Variable raw_input_state_t

raw_input_state_t raw_input(struct pbuf *p, struct netif *inp);
/* The following functions are the lower layer interface to RAW. */

Consts

Types

Typedefs

Typedef raw_input_state_t;

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;
/** return codes for raw_input */