Searched refs:hisaddr (Results 1 - 14 of 14) sorted by relevance

/external/ppp/pppd/
H A Dipcp.h77 bool accept_remote; /* accept peer's value for hisaddr */
83 u_int32_t ouraddr, hisaddr; /* Addresses in NETWORK BYTE ORDER */ member in struct:ipcp_options
H A Dipcp.c467 wo->hisaddr = remote;
485 if (wo->hisaddr != 0)
486 printer(arg, "%I", wo->hisaddr);
686 if (wo->hisaddr == 0)
694 ip_choose_hook(&wo->hisaddr);
695 if (wo->hisaddr) {
815 go->hisaddr);
930 go->hisaddr);
1053 try.hisaddr = ciaddr2;
1147 try.hisaddr
[all...]
H A Dsys-solaris.c2021 cifroute(unit, ouraddr, hisaddr);
2097 sifproxyarp(unit, hisaddr)
2099 u_int32_t hisaddr;
2104 if (!get_ether_addr(hisaddr, &arpreq.arp_ha))
2108 INET_ADDR(arpreq.arp_pa) = hisaddr;
2115 proxy_arp_addr = hisaddr;
2123 cifproxyarp(unit, hisaddr)
2125 u_int32_t hisaddr;
2131 INET_ADDR(arpreq.arp_pa) = hisaddr;
H A Dauth.c2165 && (wo->hisaddr == 0 || !auth_ip_addr(unit, wo->hisaddr))) {
2166 wo->hisaddr = suggested_ip;
H A Dipv6cp.c1115 eui64_setlo32(wo->hisid, ntohl(ipcp_wantoptions[0].hisaddr));
H A Dsys-linux.c2187 memcpy(&ut.ut_addr, (char *) &ipcp_hisoptions[0].hisaddr,
/external/libppp/src/
H A Dipv6cp.c200 struct in6_addr myaddr, hisaddr; local
211 memset(&hisaddr, '\0', sizeof hisaddr);
220 hisaddr.s6_addr[0] = 0xfe;
221 hisaddr.s6_addr[1] = 0x80;
222 memcpy(&hisaddr.s6_addr[8], hisifid, IPV6CP_IFIDLEN);
224 hisaddr.s6_addr[8] |= 0x02; /* set 'universal' bit */
228 ncpaddr_setip6(&ipv6cp->hisaddr, &hisaddr);
231 if (!iface_Add(bundle->iface, &bundle->ncp, &myrange, &ipv6cp->hisaddr,
[all...]
H A Dipv6cp.h50 struct ncpaddr hisaddr; /* Peer address */ member in struct:ipv6cp
H A Dipcp.c659 struct in_addr hisaddr)
672 ncpaddr_setip4(&hisncpaddr, hisaddr);
933 log_Printf(LogIPCP, "myaddr %s hisaddr = %s\n",
1352 ipcp_UseHisIPaddr(struct bundle *bundle, struct in_addr hisaddr) argument
1359 ipcp->peer_ip = hisaddr;
1360 ncprange_setip4host(&ipcp->cfg.peer_range, hisaddr);
1363 return ipcp_SetIPaddress(ipcp, myaddr, hisaddr);
1367 ipcp_UseHisaddr(struct bundle *bundle, const char *hisaddr, int setaddr) argument
1374 /* Use `hisaddr' for the peers address (set iface if `setaddr') */
1377 if (strpbrk(hisaddr, ",
658 ipcp_SetIPaddress(struct ipcp *ipcp, struct in_addr myaddr, struct in_addr hisaddr) argument
[all...]
H A Dcommand.c557 nargv[arg] = substipv6(nargv[arg], "HISADDR6", &bundle->ncp.ipv6cp.hisaddr);
1557 const char *hisaddr; local
1562 hisaddr = NULL;
1573 hisaddr = arg->argv[arg->argn+1];
1592 if (hisaddr && !ipcp_UseHisaddr(arg->bundle, hisaddr,
2556 if (!ncpaddr_getip6(&arg->bundle->ncp.ipv6cp.hisaddr, &host6))
2605 ncprange_sethost(&dest, &arg->bundle->ncp.ipv6cp.hisaddr);
H A Dncpaddr.c923 range->ncprange_ip6addr = ncp->ipv6cp.hisaddr.ncpaddr_ip6addr;
H A Dradius.c511 ncpaddr_copy(&gw, &bundle->ncp.ipv6cp.hisaddr);
/external/ppp/pppd/plugins/radius/
H A Dradius.c856 u_int32_t hisaddr; local
897 hisaddr = ho->hisaddr;
898 av_type = htonl(hisaddr);
942 u_int32_t hisaddr; local
1045 hisaddr = ho->hisaddr;
1046 av_type = htonl(hisaddr);
1083 u_int32_t hisaddr; local
1142 hisaddr
[all...]
/external/ppp/pppd/plugins/
H A Dwinbind.c677 if (wo->hisaddr !=0 && wo->hisaddr == addr) {

Completed in 512 milliseconds