|
bool | forest::init (ipa_t, ipa_t, int, int, const char *topoFile) |
|
bool | forest::bootMe (ipa_t nmIp, ipa_t myIp, fAdr_t &nmAdr, fAdr_t &myAdr, fAdr_t &rtrAdr, ipa_t &rtrIp, ipp_t &rtrPort, uint64_t &nonce) |
| Send a boot request to NetMgr and process configuraton packets. More...
|
|
void | forest::cleanup () |
|
void * | forest::run (void *) |
|
void * | forest::handler (void *qp) |
| Control packet handler. More...
|
|
bool | forest::handleComtreeDisplay (int) |
|
bool | forest::handleAddComtReq (int, CtlPkt &, CpHandler &) |
|
bool | forest::handleDropComtReq (int, CtlPkt &, CpHandler &) |
|
bool | forest::handleJoinComtReq (int, CtlPkt &, CpHandler &) |
|
bool | forest::handleLeaveComtReq (int, CtlPkt &, CpHandler &) |
|
bool | forest::handleComtPath (int, CtlPkt &, CpHandler &) |
|
bool | forest::handleComtNewLeaf (int, CtlPkt &, CpHandler &) |
|
bool | forest::handleComtPrune (int, CtlPkt &, CpHandler &) |
|
void | forest::removeSubtree (int, fAdr_t) |
|
int | forest::newComtreeNum () |
|
void | forest::releaseComtreeNum (int) |
|
bool | forest::setupPath (int, list< LinkMod > &, CpHandler &) |
|
bool | forest::teardownPath (int, list< LinkMod > &, CpHandler &) |
|
bool | forest::setupComtNode (int, int, CpHandler &) |
|
bool | forest::teardownComtNode (int, int, CpHandler &) |
|
bool | forest::setupComtLink (int, int, int, CpHandler &) |
|
int | forest::setupClientLink (int, fAdr_t, int, CpHandler &) |
|
bool | forest::teardownClientLink (int, fAdr_t, int, CpHandler &) |
|
bool | forest::setupComtAttrs (int, int, CpHandler &) |
|
bool | forest::setComtLinkRates (int, int, int, CpHandler &) |
|
bool | forest::setComtLeafRates (int, fAdr_t, CpHandler &) |
|
bool | forest::modComtRates (int, list< LinkMod > &, bool, CpHandler &) |
|
void | forest::connect () |
|
void | forest::disconnect () |
|
void | forest::sendToRemote (int) |
|
int | forest::recvFromRemote () |
|
void | forest::sendToForest (int) |
|
int | forest::rcvFromForest () |
|
- Author
- Jon Turner
- Date
- 2011 This is open source software licensed under the Apache 2.0 license. See http://www.apache.org/licenses/LICENSE-2.0 for details.
Definition in file ComtCtl.h.