HomeSort by relevance Sort by last modified time
    Searched refs:hisaddr (Results 1 - 8 of 8) sorted by null

  /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
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...]
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/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) {

Completed in 46 milliseconds