Searched refs:PPP_COMP (Results 1 – 2 of 2) sorted by relevance
585 protocol = PPP_COMP; in ppp_netif_output()844 if (pcb->settings.require_mppe && protocol != PPP_COMP && protocol < 0x8000) { in ppp_input()850 if (protocol == PPP_COMP) { in ppp_input()
108 #define PPP_COMP 0xfd /* compressed packet */ macro