Home
last modified time | relevance | path

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

/system/core/adb/
Dsysdeps_win32.cpp690 static int GetSocketProtocolFromSocketType(int type) { in GetSocketProtocolFromSocketType() function
719 s = socket(AF_INET, type, GetSocketProtocolFromSocketType(type)); in network_loopback_client()
773 s = socket(AF_INET, type, GetSocketProtocolFromSocketType(type)); in _network_server()
848 hints.ai_protocol = GetSocketProtocolFromSocketType(type); in network_connect()