/external/libppp/src/ |
ipv6cp.h | 50 struct ncpaddr hisaddr; /* Peer address */ member in struct:ipv6cp
|
ipv6cp.c | 200 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...] |
command.c | 555 nargv[arg] = substip(nargv[arg], "HISADDR", bundle->ncp.ipcp.peer_ip); 557 nargv[arg] = substipv6(nargv[arg], "HISADDR6", &bundle->ncp.ipv6cp.hisaddr); 1557 const char *hisaddr; local [all...] |
/external/ppp/pppd/ |
ipcp.h | 77 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
|
/external/ppp/pppd/plugins/radius/ |
radius.c | 856 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 = ho->hisaddr [all...] |