CCP_RESETREQ
if (code != CCP_RESETREQ && code != CCP_RESETACK)
pipex_ccp_output(session, CCP_RESETREQ, ccp_id);
case CCP_RESETREQ:
fsm_sdata(f, CCP_RESETREQ, f->reqid = ++f->id, NULL, 0);
fsm_sdata(f, CCP_RESETREQ, f->reqid, NULL, 0);
case CCP_RESETREQ: