Home | History | Annotate | Download | only in base

Lines Matching defs:receiving

906     // If this is a STUN request, then update the receiving bit and respond.
957 // This connection should now be receiving.
1085 // Check the receiving state.
1087 bool receiving = now <= last_recv_time + receiving_timeout_;
1088 set_receiving(receiving);
1159 '-', // not receiving (false)
1160 'R', // receiving (true)
1188 << RECEIVE_STATE_ABBREV[receiving()]