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

/external/jmdns/src/javax/jmdns/impl/
H A DHostInfo.java37 protected InetAddress _address; field in class:HostInfo
124 this._address = address;
140 return _address;
145 return (Inet4Address) _address;
152 return (Inet6Address) _address;
424 if (_address == null) {
/external/opencv/otherlibs/highgui/
H A Dcvcap_socket.cpp87 virtual bool open(const char* _address, const char* _port, int _width, int _height);
105 bool CVCapture_Socket::open(const char* _address, const char* _port, int _width, int _height) argument
130 int error = getaddrinfo(_address, _port, &hints, &pAddrInfo);

Completed in 139 milliseconds