Home | History | Annotate | Download | only in mtpd

Lines Matching defs:remote

76 static uint16_t remote;
182 log_print(INFO, "Remote server hung up");
246 .remote = remote,
303 log_print(INFO, "Remote server hung up");
311 remote = incoming.ocrp.call;
312 log_print(DEBUG, "Received OCRQ (remote = %d)", remote);
320 log_print(INFO, "Remote server hung up");
327 log_print(INFO, "Remote server hung up");
335 if (state == OCRP && incoming.ccrq.call == remote) {
336 log_print(DEBUG, "Received CCRQ (remote = %d)", remote);
337 log_print(INFO, "Remote server hung up");
343 if (state == OCRP && incoming.cdn.call == remote) {
344 log_print(DEBUG, "Received CDN (remote = %d)", remote);
345 log_print(INFO, "Remote server hung up");
364 log_print(DEBUG, "Received ICRQ (remote = %d) -> Sending ICRP "
373 log_print(DEBUG, "Received OCRQ (remote = %d) -> Sending OCRP "