Home
last modified time | relevance | path

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

/external/libvncserver/libvncserver/
Dsockets.c898 struct addrinfo hints, *servinfo, *p; in rfbListenOnTCP6Port()
908 if ((rv = getaddrinfo(iface, port_str, &hints, &servinfo)) != 0) { in rfbListenOnTCP6Port()
914 for(p = servinfo; p != NULL; p = p->ai_next) { in rfbListenOnTCP6Port()
924 freeaddrinfo(servinfo); in rfbListenOnTCP6Port()
932 freeaddrinfo(servinfo); in rfbListenOnTCP6Port()
946 freeaddrinfo(servinfo); in rfbListenOnTCP6Port()
951 freeaddrinfo(servinfo); in rfbListenOnTCP6Port()
970 struct addrinfo hints, *servinfo, *p; in rfbConnectToTcpAddr() local
980 if ((rv = getaddrinfo(host, port_str, &hints, &servinfo)) != 0) { in rfbConnectToTcpAddr()
986 for(p = servinfo; p != NULL; p = p->ai_next) { in rfbConnectToTcpAddr()
[all …]
/external/libvncserver/libvncclient/
Dsockets.c543 struct addrinfo hints, *servinfo, *p; in ListenAtTcpPortAndAddress() local
556 if ((rv = getaddrinfo(address, port_str, &hints, &servinfo)) != 0) { in ListenAtTcpPortAndAddress()
562 for(p = servinfo; p != NULL; p = p->ai_next) { in ListenAtTcpPortAndAddress()
572 freeaddrinfo(servinfo); in ListenAtTcpPortAndAddress()
580 freeaddrinfo(servinfo); in ListenAtTcpPortAndAddress()
598 freeaddrinfo(servinfo); in ListenAtTcpPortAndAddress()
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
Dgtest.cc3438 addrinfo* servinfo = NULL; in MakeConnection() local
3443 host_name_.c_str(), port_num_.c_str(), &hints, &servinfo); in MakeConnection()
3450 for (addrinfo* cur_addr = servinfo; sockfd_ == -1 && cur_addr != NULL; in MakeConnection()
3463 freeaddrinfo(servinfo); // all done with this structure in MakeConnection()
/external/llvm/utils/unittest/googletest/src/
Dgtest.cc3441 addrinfo* servinfo = NULL; in MakeConnection() local
3446 host_name_.c_str(), port_num_.c_str(), &hints, &servinfo); in MakeConnection()
3453 for (addrinfo* cur_addr = servinfo; sockfd_ == -1 && cur_addr != NULL; in MakeConnection()
3466 freeaddrinfo(servinfo); // all done with this structure in MakeConnection()
/external/mesa3d/src/gtest/src/
Dgtest.cc3467 addrinfo* servinfo = NULL; in MakeConnection() local
3472 host_name_.c_str(), port_num_.c_str(), &hints, &servinfo); in MakeConnection()
3479 for (addrinfo* cur_addr = servinfo; sockfd_ == -1 && cur_addr != NULL; in MakeConnection()
3492 freeaddrinfo(servinfo); // all done with this structure in MakeConnection()
/external/google-breakpad/src/testing/gtest/src/
Dgtest.cc3492 addrinfo* servinfo = NULL; in MakeConnection() local
3497 host_name_.c_str(), port_num_.c_str(), &hints, &servinfo); in MakeConnection()
3504 for (addrinfo* cur_addr = servinfo; sockfd_ == -1 && cur_addr != NULL; in MakeConnection()
3517 freeaddrinfo(servinfo); // all done with this structure in MakeConnection()
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
Dgtest.cc3442 addrinfo* servinfo = NULL; in MakeConnection() local
3447 host_name_.c_str(), port_num_.c_str(), &hints, &servinfo); in MakeConnection()
3454 for (addrinfo* cur_addr = servinfo; sockfd_ == -1 && cur_addr != NULL; in MakeConnection()
3467 freeaddrinfo(servinfo); // all done with this structure in MakeConnection()
/external/v8/testing/gtest/src/
Dgtest.cc3786 addrinfo* servinfo = NULL; in MakeConnection() local
3791 host_name_.c_str(), port_num_.c_str(), &hints, &servinfo); in MakeConnection()
3798 for (addrinfo* cur_addr = servinfo; sockfd_ == -1 && cur_addr != NULL; in MakeConnection()
3811 freeaddrinfo(servinfo); // all done with this structure in MakeConnection()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest.cc3788 addrinfo* servinfo = NULL; in MakeConnection() local
3793 host_name_.c_str(), port_num_.c_str(), &hints, &servinfo); in MakeConnection()
3800 for (addrinfo* cur_addr = servinfo; sockfd_ == -1 && cur_addr != NULL; in MakeConnection()
3813 freeaddrinfo(servinfo); // all done with this structure in MakeConnection()
/external/googletest/googletest/src/
Dgtest.cc3786 addrinfo* servinfo = NULL; in MakeConnection() local
3791 host_name_.c_str(), port_num_.c_str(), &hints, &servinfo); in MakeConnection()
3798 for (addrinfo* cur_addr = servinfo; sockfd_ == -1 && cur_addr != NULL; in MakeConnection()
3811 freeaddrinfo(servinfo); // all done with this structure in MakeConnection()
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
Dgtest-all.cc4930 addrinfo* servinfo = NULL; in MakeConnection() local
4935 host_name_.c_str(), port_num_.c_str(), &hints, &servinfo); in MakeConnection()
4942 for (addrinfo* cur_addr = servinfo; sockfd_ == -1 && cur_addr != NULL; in MakeConnection()
4955 freeaddrinfo(servinfo); // all done with this structure in MakeConnection()
/external/fmtlib/test/
Dgmock-gtest-all.cc4930 addrinfo* servinfo = NULL; in MakeConnection() local
4935 host_name_.c_str(), port_num_.c_str(), &hints, &servinfo); in MakeConnection()
4942 for (addrinfo* cur_addr = servinfo; sockfd_ == -1 && cur_addr != NULL; in MakeConnection()
4955 freeaddrinfo(servinfo); // all done with this structure in MakeConnection()