Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dcbcp.c190 #define CBCP_NONUM (1) macro
329 cbcp->fsm.type = CBCP_NONUM; in cbcp_Up()
339 cbcp->fsm.type = CBCP_NONUM; in cbcp_Up()
362 case CBCP_NONUM: in cbcp_AdjustResponse()
369 cbcp->fsm.type = CBCP_NONUM; in cbcp_AdjustResponse()
491 if (data.type == CBCP_NONUM) in cbcp_SendResponse()
526 case CBCP_NONUM: in cbcp_CheckResponse()
572 } else if (data->type == CBCP_NONUM && cbcp->fsm.type == CBCP_CLIENTNUM) { in cbcp_CheckResponse()
577 cbcp->fsm.type = CBCP_NONUM; in cbcp_CheckResponse()
597 case CBCP_NONUM: in cbcp_SendAck()
[all …]