Lines Matching defs:remote
123 int explicit_remote = 0; /* User specified explicit remote name */
330 {"remotename", 1, setremote}, /* Set remote name for authentication */
363 {"ipcp-accept-remote", 0, setipcpaccr}, /* Accept peer's address for it */
409 <loc>:<rem> Set the local and/or remote interface IP\n\
1556 u_int32_t local, remote;
1591 * If colon last character, then no remote addr.
1599 remote = *(u_int32_t *)hp->h_addr;
1604 remote = ina.s_addr;
1605 if (bad_ip_adrs(remote)) {
1606 option_error("bad remote IP address %s", ip_ntoa(remote));
1609 if (remote != 0)
1610 wo->hisaddr = remote;