HomeSort by relevance Sort by last modified time
    Searched full:this_host_ipaddr (Results 1 - 1 of 1) sorted by null

  /external/ppp/pppd/plugins/radius/
ip_util.c 127 static UINT4 this_host_ipaddr = 0; local
129 if (!this_host_ipaddr) {
130 if ((this_host_ipaddr = rc_get_ipaddr (hostname)) == 0) {
136 return this_host_ipaddr;

Completed in 35 milliseconds