Home
last modified time | relevance | path

Searched refs:this_host_ipaddr (Results 1 – 1 of 1) sorted by relevance

/external/ppp/pppd/plugins/radius/
Dip_util.c127 static UINT4 this_host_ipaddr = 0; in rc_own_ipaddress() local
129 if (!this_host_ipaddr) { in rc_own_ipaddress()
130 if ((this_host_ipaddr = rc_get_ipaddr (hostname)) == 0) { in rc_own_ipaddress()
136 return this_host_ipaddr; in rc_own_ipaddress()