Searched refs:ppp_mppe_state (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/netif/ppp/ |
A D | mppe.h | 150 typedef struct ppp_mppe_state { struct 163 } ppp_mppe_state; argument 165 void mppe_set_key(ppp_pcb *pcb, ppp_mppe_state *state, u8_t *key); 166 void mppe_init(ppp_pcb *pcb, ppp_mppe_state *state, u8_t options); 167 void mppe_comp_reset(ppp_pcb *pcb, ppp_mppe_state *state); 168 err_t mppe_compress(ppp_pcb *pcb, ppp_mppe_state *state, struct pbuf **pb, u16_t protocol); 169 void mppe_decomp_reset(ppp_pcb *pcb, ppp_mppe_state *state); 170 err_t mppe_decompress(ppp_pcb *pcb, ppp_mppe_state *state, struct pbuf **pb);
|
A D | ppp.h | 400 ppp_mppe_state mppe_comp; /* MPPE "compressor" structure */ 401 ppp_mppe_state mppe_decomp; /* MPPE "decompressor" structure */
|
/AliOS-Things-master/components/lwip/lwip2.0.0/include/netif/ppp/ |
A D | mppe.h | 150 typedef struct ppp_mppe_state { struct 163 } ppp_mppe_state; argument 165 void mppe_set_key(ppp_pcb *pcb, ppp_mppe_state *state, u8_t *key); 166 void mppe_init(ppp_pcb *pcb, ppp_mppe_state *state, u8_t options); 167 void mppe_comp_reset(ppp_pcb *pcb, ppp_mppe_state *state); 168 err_t mppe_compress(ppp_pcb *pcb, ppp_mppe_state *state, struct pbuf **pb, u16_t protocol); 169 void mppe_decomp_reset(ppp_pcb *pcb, ppp_mppe_state *state); 170 err_t mppe_decompress(ppp_pcb *pcb, ppp_mppe_state *state, struct pbuf **pb);
|
A D | ppp.h | 399 ppp_mppe_state mppe_comp; /* MPPE "compressor" structure */ 400 ppp_mppe_state mppe_decomp; /* MPPE "decompressor" structure */
|
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/ |
A D | mppe.c | 61 static void mppe_rekey(ppp_mppe_state * state, int initial_key) in mppe_rekey() 100 void mppe_set_key(ppp_pcb *pcb, ppp_mppe_state *state, u8_t *key) { in mppe_set_key() 109 mppe_init(ppp_pcb *pcb, ppp_mppe_state *state, u8_t options) in mppe_init() 181 void mppe_comp_reset(ppp_pcb *pcb, ppp_mppe_state *state) in mppe_comp_reset() 193 mppe_compress(ppp_pcb *pcb, ppp_mppe_state *state, struct pbuf **pb, u16_t protocol) in mppe_compress() 268 void mppe_decomp_reset(ppp_pcb *pcb, ppp_mppe_state *state) in mppe_decomp_reset() 279 mppe_decompress(ppp_pcb *pcb, ppp_mppe_state *state, struct pbuf **pb) in mppe_decompress()
|
Completed in 11 milliseconds