Searched defs:pppol2tp_pcb_s (Results 1 – 1 of 1) sorted by relevance
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 */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 …]