Home | History | Annotate | Download | only in pppd

Lines Matching refs:remote

82 /* Hook for a plugin to choose the remote IP address */
168 { "ipcp-accept-remote", o_bool, &ipcp_wantoptions[0].accept_remote,
223 "set local and remote IP addresses",
415 u_int32_t local, remote;
450 * If colon last character, then no remote addr.
453 if ((remote = inet_addr(colon)) == (u_int32_t) -1) {
458 remote = *(u_int32_t *)hp->h_addr;
462 if (bad_ip_adrs(remote)) {
463 option_error("bad remote IP address %s", ip_ntoa(remote));
466 if (remote != 0)
467 wo->hisaddr = remote;
1041 * from our idea, only if the accept_{local,remote} flag is set.
1669 notice("remote IP address %I", wo->hisaddr);
1710 warn("Could not determine remote IP address: defaulting to %I",
1729 error("Peer is not authorized to use remote address %I", ho->hisaddr);
1730 ipcp_close(f->unit, "Unauthorized remote IP address");
1752 warn("Remote IP address changed to %I", ho->hisaddr);
1827 notice("remote IP address %I", ho->hisaddr);
1845 * /etc/ppp/ip-up interface tty speed local-IP remote-IP
1912 u_int32_t hisaddr; /* remote address */
1968 * interface-name tty-name speed local-IP remote-IP.