Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ppp/
Dppp_async.c944 #define CONFREQ 1 /* LCP code field values */ macro
960 if (code != CONFACK && code != CONFREQ) in async_lcp_peek()
966 if (code == (inbound? CONFACK: CONFREQ)) { in async_lcp_peek()