Home | History | Annotate | Download | only in afe

Lines Matching refs:socket_handle

253 def _get_public_ip_address(socket_handle):
259 @param: socket_handle: a unix socket.
264 socket_handle.settimeout(1)
265 socket_handle.connect(('8.8.8.8', 53))
266 socket_name = socket_handle.getsockname()