Documentation

Documentation

Includes

lwip/opt.h

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

lwip/altcp.h

#include "lwip/altcp.h"
#include "lwip/altcp.h"

Macros

Marco LWIP_HDR_ALTCP_TCP_H

#define LWIP_HDR_ALTCP_TCP_H


      

Marco altcp_tcp_new()

#define altcp_tcp_new() altcp_tcp_new_ip_type(IPADDR_TYPE_V4)


      

Marco altcp_tcp_new_ip6()

#define altcp_tcp_new_ip6() altcp_tcp_new_ip_type(IPADDR_TYPE_V6)

      

Functions

Func altcp_tcp_new_ip_type

struct altcp_pcb *altcp_tcp_new_ip_type(u8_t ip_type);


      

Func altcp_tcp_alloc

struct altcp_pcb *altcp_tcp_alloc(void *arg, u8_t ip_type);


      

Func altcp_tcp_wrap

struct altcp_pcb *altcp_tcp_wrap(struct tcp_pcb *tpcb);

      

Vars

Variable tcp_pcb

struct tcp_pcb;

      

Consts

Types

Typedefs