Searched defs:pppol2tp_pcb_s (Results 1 – 2 of 2) sorted by relevance
164 struct pppol2tp_pcb_s { struct165 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 …]
168 struct pppol2tp_pcb_s { struct169 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