HomeSort by: relevance | last modified time | path
    Searched refs:hisaddr (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/ppp/dist/pppd/
ipcp.c 486 wo->hisaddr = remote;
501 if (wo->hisaddr != 0)
502 printer(arg, "%I", wo->hisaddr);
699 (wo->hisaddr && !wo->accept_remote);
702 if (wo->hisaddr == 0)
712 ip_choose_hook(&wo->hisaddr);
713 if (wo->hisaddr) {
845 go->hisaddr);
976 go->hisaddr);
1113 try.hisaddr = ciaddr2
    [all...]
ipcp.h 86 bool accept_remote; /* accept peer's value for hisaddr */
94 uint32_t ouraddr, hisaddr; /* Addresses in NETWORK BYTE ORDER */ member in struct:ipcp_options
auth.c 2095 && (wo->hisaddr == 0 || !auth_ip_addr(unit, wo->hisaddr))) {
2096 wo->hisaddr = suggested_ip;
ipv6cp.c 1218 eui64_setlo32(wo->hisid, ntohl(ipcp_wantoptions[0].hisaddr));
  /src/external/bsd/ppp/usr.sbin/pppd/
sys-bsd.c 1758 sifproxyarp(int unit, u_int32_t hisaddr)
1767 if (!get_ether_addr(hisaddr, &arpmsg.hwa)) {
1785 arpmsg.dst.sin_addr.s_addr = hisaddr;
1798 proxy_arp_addr = hisaddr;
1806 cifproxyarp(int unit, u_int32_t hisaddr)
1841 sifproxyarp(int unit, u_int32_t hisaddr)
1855 if (!get_ether_addr(hisaddr, &dls.sdl)) {
1864 ((struct sockaddr_in *) &arpreq.arp_pa)->sin_addr.s_addr = hisaddr;
1871 proxy_arp_addr = hisaddr;
1879 cifproxyarp(int unit, u_int32_t hisaddr)
    [all...]
  /src/sys/net/
if_spppsubr.c 3378 uint32_t myaddr, hisaddr; local
3392 sppp_get_ip_addrs(sp, &myaddr, &hisaddr, 0);
3394 myaddr = hisaddr = 0;
3402 if (hisaddr == 0) {
3416 if (hisaddr == 1) {
3422 sp->ipcp.saved_hisaddr = htonl(hisaddr);
3472 uint32_t hisaddr, desiredaddr; local
3570 hisaddr = sp->ipcp.req_hisaddr; /* we already aggreed on that */
3573 sppp_get_ip_addrs(sp, 0, &hisaddr, 0); /* user configuration */
3575 hisaddr = 0
4000 struct in6_addr myaddr, hisaddr; local
5601 uint32_t myaddr = 0, hisaddr = 0; local
    [all...]

Completed in 40 milliseconds