Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.sbin/ppp/
Dcbcp.c192 #define CBCP_NONUM (1) macro
331 cbcp->fsm.type = CBCP_NONUM; in cbcp_Up()
341 cbcp->fsm.type = CBCP_NONUM; in cbcp_Up()
364 case CBCP_NONUM: in cbcp_AdjustResponse()
371 cbcp->fsm.type = CBCP_NONUM; in cbcp_AdjustResponse()
493 if (data.type == CBCP_NONUM) in cbcp_SendResponse()
528 case CBCP_NONUM: in cbcp_CheckResponse()
574 } else if (data->type == CBCP_NONUM && cbcp->fsm.type == CBCP_CLIENTNUM) { in cbcp_CheckResponse()
579 cbcp->fsm.type = CBCP_NONUM; in cbcp_CheckResponse()
599 case CBCP_NONUM: in cbcp_SendAck()
[all …]