Searched refs:PPP_COMP (Results 1 – 5 of 5) sorted by relevance
140 #define PPP_COMP 0xfd /* compressed packet */ macro
586 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()
578 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()
106 #define PPP_COMP 0xfd /* compressed packet */ macro
102 #define PPP_COMP 0xfd /* compressed packet */ macro
Completed in 18 milliseconds