Home
last modified time | relevance | path

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

/dports/comms/hylafax/hylafax-6.0.7/faxd/
H A DClass1Recv.c++214 switch (frame.getFCF()) { in recvIdentification()
277 if (frame.getFCF() != FCF_CRP) { in recvIdentification()
318 traceFCF("RECV recv", frame.getFCF()); in recvDCSFrames()
319 switch (frame.getFCF()) { in recvDCSFrames()
647 signalRcvd = frame.getFCF();
768 signalRcvd = frame.getFCF();
1174 switch (rtncframe.getFCF()) {
1458 switch (ppsframe.getFCF()) {
1540 if ((ppsframe.getFCF() == FCF_CTC || ppsframe.getFCF() == FCF_EOR) &&
1592 switch (rtnframe.getFCF()) {
[all …]
H A DClass1Send.c++424 ppr = frame.getFCF(); in sendPhaseB()
810 switch (frame.getFCF()) { in sendTraining()
821 switch (frame.getFCF()) { in sendTraining()
850 if (frame.getFCF() == FCF_DCN) { in sendTraining()
1260 if (pprframe.getFCF() == FCF_RNR) { in blockFrame()
1284 if (pprframe.getFCF() == FCF_CRP) { in blockFrame()
1299 switch (pprframe.getFCF()) { in blockFrame()
1317 switch (pprframe.getFCF()) { in blockFrame()
1322 signalRcvd = pprframe.getFCF(); in blockFrame()
1482 if (errframe.getFCF() == FCF_RNR) { in blockFrame()
[all …]
H A DHDLCFrame.h55 u_int getFCF() const; // FCF &~ (FCF_SNDR|FCF_RCVR)
92 inline u_int HDLCFrame::getFCF() const { return (*this)[2]&0x7f; } in getFCF() function