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