Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/net/
Dppp_defs.h67 #define PPP_COMP 0xfd /* compressed packet */ macro
/third_party/lwip/src/netif/ppp/
Dppp.c585 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()
/third_party/lwip/src/include/netif/ppp/
Dppp_impl.h106 #define PPP_COMP 0xfd /* compressed packet */ macro