Lines Matching full:remote
80 static __be16 remote; variable
187 log_print(INFO, "Remote server hung up"); in recv_packet()
284 .remote = remote, in create_pppox_opns()
341 * Make a socket connection with remote server and then call getsockname() on
399 dst.sa_addr.pptp.call_id = ntohs(remote); in create_pppox_pptp()
470 log_print(INFO, "Remote server hung up"); in pptp_process()
478 remote = incoming.ocrp.call; in pptp_process()
479 log_print(DEBUG, "Received OCRQ (remote = %u)", in pptp_process()
480 (unsigned)ntohs(remote)); in pptp_process()
493 log_print(INFO, "Remote server hung up"); in pptp_process()
500 log_print(INFO, "Remote server hung up"); in pptp_process()
508 if (state == OCRP && incoming.ccrq.call == remote) { in pptp_process()
509 log_print(DEBUG, "Received CCRQ (remote = %u)", in pptp_process()
510 (unsigned)ntohs(remote)); in pptp_process()
511 log_print(INFO, "Remote server hung up"); in pptp_process()
517 if (state == OCRP && incoming.cdn.call == remote) { in pptp_process()
518 log_print(DEBUG, "Received CDN (remote = %u)", in pptp_process()
519 (unsigned)ntohs(remote)); in pptp_process()
520 log_print(INFO, "Remote server hung up"); in pptp_process()
539 log_print(DEBUG, "Received ICRQ (remote = %u, call = %u) -> " in pptp_process()
540 "Sending ICRP with error", (unsigned)ntohs(remote), in pptp_process()
549 log_print(DEBUG, "Received OCRQ (remote = %u, call = %u) -> " in pptp_process()
550 "Sending OCRP with error", (unsigned)ntohs(remote), in pptp_process()