Home
last modified time | relevance | path

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

/minix/external/bsd/tcpdump/dist/
H A Dppp.h39 #define PPP_COMP 0x00fd /* Compressed Datagram */ macro
H A Dprint-ppp.c81 { PPP_COMP, "Compressed"},
1487 case PPP_COMP: in handle_ppp()
/minix/minix/lib/liblwip/dist/src/netif/ppp/
H 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()
/minix/minix/lib/liblwip/dist/src/include/netif/ppp/
H A Dppp_impl.h102 #define PPP_COMP 0xfd /* compressed packet */ macro