Home
last modified time | relevance | path

Searched refs:ccp_transmit_method (Results 1 – 2 of 2) sorted by relevance

/third_party/lwip/src/netif/ppp/
Dppp.c527 if (pcb->settings.require_mppe && pcb->ccp_transmit_method != CI_MPPE) { in ppp_netif_output()
567 switch (pcb->ccp_transmit_method) { in ppp_netif_output()
1357 pcb->ccp_transmit_method = transmit_method; in ccp_set()
1365 switch (pcb->ccp_transmit_method) { in ccp_reset_comp()
/third_party/lwip/src/include/netif/ppp/
Dppp.h402 u8_t ccp_transmit_method; /* Method chosen on transmit path */ member