Lines Matching refs:RESPONSE
265 {_DATA_B3_I | RESPONSE, "w", data_b3_res},
267 {_INFO_I | RESPONSE, "", info_res},
269 {_CONNECT_I | RESPONSE, "wsssss", connect_res},
270 {_CONNECT_ACTIVE_I | RESPONSE, "", connect_a_res},
272 {_DISCONNECT_I | RESPONSE, "", disconnect_res},
276 {_FACILITY_I | RESPONSE, "ws", facility_res},
278 {_CONNECT_B3_I | RESPONSE, "ws", connect_b3_res},
279 {_CONNECT_B3_ACTIVE_I | RESPONSE, "", connect_b3_a_res},
281 {_DISCONNECT_B3_I | RESPONSE, "", disconnect_b3_res},
283 {_RESET_B3_I | RESPONSE, "", reset_b3_res},
284 {_CONNECT_B3_T90_ACTIVE_I | RESPONSE, "ws", connect_b3_t90_a_res},
285 {_CONNECT_B3_T90_ACTIVE_I | RESPONSE, "", connect_b3_t90_a_res},
288 {_MANUFACTURER_I | RESPONSE, "dws", manufacturer_res},
289 {_MANUFACTURER_I | RESPONSE, "", manufacturer_res}
425 || (msg->header.command == (_DISCONNECT_I | RESPONSE))) in api_put()
427 || (msg->header.command == (_DISCONNECT_B3_I | RESPONSE)) in api_put()
4213 case _CONNECT_I | RESPONSE: in control_rc()
4256 case _CONNECT_B3_I | RESPONSE: in control_rc()
5794 tplci->command = _CONNECT_I | RESPONSE; in sig_ind()