Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dppp-comp.h42 #define CCP_OPT_LENGTH(dp) ((dp)[1]) macro
/linux/drivers/net/ppp/
H A Dppp_generic.c3156 if (len < CCP_OPT_MINLEN || len < CCP_OPT_LENGTH(dp)) in ppp_ccp_peek()