Searched refs:transmit_method (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/ |
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() argument 1372 pcb->ccp_transmit_method = transmit_method; in ccp_set() 1374 pcb->netif->num, isopen, isup, receive_method, transmit_method)); in ccp_set()
|
/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 15 milliseconds