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

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

Completed in 111 milliseconds