Home
last modified time | relevance | path

Searched refs:GetSocketProtocolFromSocketType (Results 1 – 1 of 1) sorted by relevance

/packages/modules/adb/
Dsysdeps_win32.cpp793 static int GetSocketProtocolFromSocketType(int type) { in GetSocketProtocolFromSocketType() function
813 s = socket(domain, type, GetSocketProtocolFromSocketType(type)); in adb_socket()
1014 s = socket(AF_INET, type, GetSocketProtocolFromSocketType(type)); in network_loopback_client()
1064 s = socket(AF_INET, type, GetSocketProtocolFromSocketType(type)); in _network_server()
1138 hints.ai_protocol = GetSocketProtocolFromSocketType(type); in network_connect()