Home
last modified time | relevance | path

Searched refs:PPP_COMP (Results 1 – 5 of 5) sorted by relevance

/components/net/lwip/lwip-1.4.1/src/netif/ppp/
A Dppp_impl.h140 #define PPP_COMP 0xfd /* compressed packet */ macro
/components/net/lwip/lwip-2.1.2/src/netif/ppp/
A Dppp.c586 protocol = PPP_COMP; in ppp_netif_output()
840 if (pcb->settings.require_mppe && protocol != PPP_COMP && protocol < 0x8000) { in ppp_input()
846 if (protocol == PPP_COMP) { in ppp_input()
/components/net/lwip/lwip-2.0.3/src/netif/ppp/
A Dppp.c578 protocol = PPP_COMP; in ppp_netif_output()
832 if (pcb->settings.require_mppe && protocol != PPP_COMP && protocol < 0x8000) { in ppp_input()
838 if (protocol == PPP_COMP) { in ppp_input()
/components/net/lwip/lwip-2.1.2/src/include/netif/ppp/
A Dppp_impl.h106 #define PPP_COMP 0xfd /* compressed packet */ macro
/components/net/lwip/lwip-2.0.3/src/include/netif/ppp/
A Dppp_impl.h102 #define PPP_COMP 0xfd /* compressed packet */ macro

Completed in 18 milliseconds