Home
last modified time | relevance | path

Searched defs:pppol2tp_pcb_s (Results 1 – 1 of 1) sorted by relevance

/btstack/3rd-party/lwip/core/src/include/netif/ppp/
H A Dpppol2tp.h168 struct pppol2tp_pcb_s { struct
169 ppp_pcb *ppp; /* PPP PCB */
170 u8_t phase; /* L2TP phase */
171 struct udp_pcb *udp; /* UDP L2TP Socket */
172 struct netif *netif; /* Output interface, used as a default route */
173 ip_addr_t remote_ip; /* LNS IP Address */
174 u16_t remote_port; /* LNS port */
176 const u8_t *secret; /* Secret string */
177 u8_t secret_len; /* Secret string length */
178 u8_t secret_rv[16]; /* Random vector */
[all …]