Home | History | Annotate | Download | only in afe

Lines Matching refs:socket_name

274         socket_name = socket_handle.getsockname()
275 if socket_name is not None:
277 return socket_name[0]
278 logging.warn('Created UDP socket but with no socket_name.')