Home
last modified time | relevance | path

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

/components/net/lwip/lwip-2.0.3/src/include/netif/ppp/
A Dpppol2tp.h164 struct pppol2tp_pcb_s { struct
165 ppp_pcb *ppp; /* PPP PCB */
166 u8_t phase; /* L2TP phase */
169 ip_addr_t remote_ip; /* LNS IP Address */
170 u16_t remote_port; /* LNS port */
172 const u8_t *secret; /* Secret string */
174 u8_t secret_rv[16]; /* Random vector */
179 u16_t tunnel_port; /* Tunnel port */
180 u16_t our_ns; /* NS to peer */
181 u16_t peer_nr; /* NR from peer */
[all …]
/components/net/lwip/lwip-2.1.2/src/include/netif/ppp/
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 */
173 ip_addr_t remote_ip; /* LNS IP Address */
174 u16_t remote_port; /* LNS port */
176 const u8_t *secret; /* Secret string */
178 u8_t secret_rv[16]; /* Random vector */
183 u16_t tunnel_port; /* Tunnel port */
184 u16_t our_ns; /* NS to peer */
[all …]

Completed in 11 milliseconds