Searched defs:LOCALHOST_ (Results 1 - 2 of 2) sorted by relevance

/system/bt/hci/src/
H A Dbtsnoop_net.cc42 static const int LOCALHOST_ = 0x7F000001; variable
113 addr.sin_addr.s_addr = htonl(LOCALHOST_);
/system/bt/osi/src/
H A Dsocket.cc38 static const in_addr_t LOCALHOST_ = 0x7f000001; variable
99 addr.sin_addr.s_addr = htonl(LOCALHOST_);

Completed in 67 milliseconds