Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/freetdm/src/isdn/include/
H A DQ931ie.h217 L3UCHAR FlowCtlTx; /* Flow control on Tx */ member
659 L3UCHAR FlowCtlTx; /* Flow control on Tx */ member
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/freetdm/src/isdn/
H A DQ931api.c286 pIE->FlowCtlTx = 0; /* Flow control on Tx */ in Q931InitIEBearerCap()
464 pIE->FlowCtlTx = 0; /* Flow control on Tx */ in Q931InitIELLComp()
H A DQ931ie.c218 pie->FlowCtlTx = ieGetOctet((IBuf[Octet + Off] & 0x04) >> 2); in Q931Uie_BearerCap()
354 | ((pIE->FlowCtlTx << 2) & 0x04) in Q931Pie_BearerCap()
1790 pie->FlowCtlTx = (IBuf[Octet + Off] >> 2) & 0x01; in Q931Uie_LLComp()
1953 | (pIE->FlowCtlTx << 2) in Q931Pie_LLComp()