Home
last modified time | relevance | path

Searched refs:PPP_CCPFRAG (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/include/uapi/linux/
Dppp_defs.h54 #define PPP_CCPFRAG 0x80fb /* CCP at link level (below MP bundle) */ macro
/linux-6.1.9/drivers/net/ppp/
Dppp_generic.c2303 if (!pch->ppp || proto >= 0xc000 || proto == PPP_CCPFRAG) { in ppp_input()