/external/ppp/pppd/ |
ipcp.c | 467 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 = ciaddr2 [all...] |
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
|
sys-solaris.c | [all...] |
auth.c | [all...] |
ipv6cp.c | 1115 eui64_setlo32(wo->hisid, ntohl(ipcp_wantoptions[0].hisaddr)); [all...] |
sys-linux.c | [all...] |
/external/libppp/src/ |
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...] |
ipv6cp.h | 50 struct ncpaddr hisaddr; /* Peer address */ member in struct:ipv6cp
|
ipcp.h | 57 struct ncprange peer_range; /* HISADDR spec */ 58 struct iplist peer_list; /* Ranges of HISADDR values */
|
ipcp.c | 659 struct in_addr hisaddr) 672 ncpaddr_setip4(&hisncpaddr, hisaddr); 933 log_Printf(LogIPCP, "myaddr %s hisaddr = %s\n", [all...] |
ppp.8.m4 | 741 PPP ON awfulhak> add default HISADDR 745 .Sq HISADDR 752 PPP ON awfulhak> add! default HISADDR 932 .Dv HISADDR , [all...] |
radius.c | 387 * Any specified metrics are ignored. MYADDR and HISADDR are 389 * as ``HISADDR''. 426 if (!strncasecmp(argv[0], "HISADDR", 7)) 434 } else if (strcasecmp(argv[1], "HISADDR") == 0) 511 ncpaddr_copy(&gw, &bundle->ncp.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...] |
README.changes | 92 `sticky routes' (ie, contain MYADDR or HISADDR).
|
filter.c | 213 if (!strncasecmp(addr, "HISADDR", 7) && (addr[7] == '\0' || addr[7] == '/')) 232 return "HISADDR";
|
ncpaddr.c | 914 if (ncp && strncasecmp(data, "HISADDR", len) == 0) { 923 range->ncprange_ip6addr = ncp->ipv6cp.hisaddr.ncpaddr_ip6addr;
|
route.c | 682 prompt_Printf(p, "HISADDR"); 695 prompt_Printf(p, " HISADDR\n");
|
/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...] |
/external/ppp/pppd/plugins/ |
winbind.c | 677 if (wo->hisaddr !=0 && wo->hisaddr == addr) {
|