Searched defs:local_hostname (Results  1 – 3 of 3) sorted by relevance
| /external/python/cpython2/Lib/ | 
| D | smtplib.py | 239     def __init__(self, host='', port=0, local_hostname=None,  argument797         def __init__(self, host='', port=0, local_hostname=None,  argument
 835     def __init__(self, host='', port=LMTP_PORT, local_hostname=None):  argument
 
 | 
| /external/python/cpython3/Lib/ | 
| D | smtplib.py | 229     def __init__(self, host='', port=0, local_hostname=None,  argument1030         def __init__(self, host='', port=0, local_hostname=None,  argument
 1084     def __init__(self, host='', port=LMTP_PORT, local_hostname=None,  argument
 
 | 
| /external/webrtc/pc/ | 
| D | peer_connection.cc | 120     bool local_hostname =  in GetIceCandidatePairCounter()  local
 |