Searched refs:frame_type (Results 1 – 6 of 6) sorted by relevance
55 frame_type : FrameType,60 frame_type : FrameType,80 packet StandardSupervisoryFrame : StandardFrame (frame_type = S_FRAME) {84 packet StandardSupervisoryFrameWithFcs : StandardFrameWithFcs (frame_type = S_FRAME) {88 packet StandardInformationFrame : StandardFrame (frame_type = I_FRAME) {93 packet StandardInformationFrameWithFcs : StandardFrameWithFcs (frame_type = I_FRAME) {135 packet EnhancedSupervisoryFrame : StandardFrame (frame_type = S_FRAME) {139 packet EnhancedSupervisoryFrameWithFcs : StandardFrameWithFcs (frame_type = S_FRAME) {143 packet EnhancedInformationFrame : StandardFrame (frame_type = I_FRAME) {148 packet EnhancedInformationFrameWithFcs : StandardFrameWithFcs (frame_type = I_FRAME) {[all …]
73 uint8_t GetControlField(bool pf, uint8_t frame_type);
50 uint8_t GetControlField(bool pf, uint8_t frame_type) { in GetControlField() argument52 control |= frame_type; in GetControlField()
95 uint8_t frame_type; member
699 p_rx_frame->u.pn.frame_type = *p_data & RFCOMM_PN_FRAME_TYPE_MASK; in rfc_process_mx_message()
338 uint8_t frame_type; /* frame type: 0: short; 1: long */ member