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

/macosx-10.9.5/AppleUSBIrDA-145.2.4/IrDA/TinyTP/
H A Dttp.cpp190 TTPBuf *pduBuf; // the buffer for it local
213 pduBuf = ttp_pdu_connect ( // return filled in connect TTP PDU
216 require(pduBuf, NoMem);
218 this->Connect(fPeerAddr, sap, pduBuf); // ask LSAP to do a connect
238 TTPBuf *pduBuf; // the buf for it local
259 pduBuf = ttp_pdu_connect(
261 require(pduBuf, NoMem);
263 this->Accept(pduBuf); // tell LSAP to accept (sanity check request parms first?)

Completed in 62 milliseconds