Lines Matching refs:response
69 CTL_RESPONSE response;
111 ctl_transact(my_machine_addr, msg, DELETE, &response);
113 ctl_transact(his_machine_addr, msg, DELETE, &response);
146 * Transmit the invitation and process the response
151 CTL_RESPONSE response;
154 ctl_transact(his_machine_addr, msg, ANNOUNCE, &response);
155 remote_id = response.id_num;
156 if (response.answer != SUCCESS) {
157 if (response.answer < NANSWERS)
158 message(answers[response.answer]);
162 ctl_transact(my_machine_addr, msg, LEAVE_INVITE, &response);
163 local_id = response.id_num;