Searched refs:LCP_OPTION_ACCM (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wan/ |
H A D | hdlc_ppp.c | 47 enum {LCP_OPTION_MRU = 1, LCP_OPTION_ACCM, LCP_OPTION_MAGIC = 5}; enumerator 376 static u8 const valid_accm[6] = { LCP_OPTION_ACCM, 6, 0, 0, 0, 0 }; in ppp_cp_parse_cr() 395 case LCP_OPTION_ACCM: /* async control character map */ in ppp_cp_parse_cr()
|
/kernel/linux/linux-6.6/drivers/net/wan/ |
H A D | hdlc_ppp.c | 48 enum {LCP_OPTION_MRU = 1, LCP_OPTION_ACCM, LCP_OPTION_MAGIC = 5}; enumerator 372 static u8 const valid_accm[6] = { LCP_OPTION_ACCM, 6, 0, 0, 0, 0 }; in ppp_cp_parse_cr() 392 case LCP_OPTION_ACCM: /* async control character map */ in ppp_cp_parse_cr()
|
Completed in 3 milliseconds