Searched refs:ccp_set (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/ |
A D | ccp.c | 414 ccp_set(pcb, 1, 0, 0, 0); in ccp_open() 432 ccp_set(pcb, 0, 0, 0, 0); in ccp_close() 526 ccp_set(pcb, 0, 0, 0, 0); in ccp_protrej() 1465 ccp_set(pcb, 1, 1, go->method, ho->method); in ccp_up() 1498 ccp_set(pcb, 1, 0, 0, 0); in ccp_down()
|
A D | ppp.c | 1367 ccp_set(ppp_pcb *pcb, u8_t isopen, u8_t isup, u8_t receive_method, u8_t transmit_method) in ccp_set() function
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/netif/ppp/ |
A D | ppp_impl.h | 465 void ccp_set(ppp_pcb *pcb, u8_t isopen, u8_t isup, u8_t receive_method, u8_t transmit_method);
|
/AliOS-Things-master/components/lwip/lwip2.0.0/include/netif/ppp/ |
A D | ppp_impl.h | 465 void ccp_set(ppp_pcb *pcb, u8_t isopen, u8_t isup, u8_t receive_method, u8_t transmit_method);
|
Completed in 18 milliseconds