Home
last modified time | relevance | path

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

/external/libvncserver/libvncserver/
Dsockets.c871 struct addrinfo hints, *servinfo, *p; in rfbListenOnTCP6Port()
881 if ((rv = getaddrinfo(iface, port_str, &hints, &servinfo)) != 0) { in rfbListenOnTCP6Port()
887 for(p = servinfo; p != NULL; p = p->ai_next) { in rfbListenOnTCP6Port()
897 freeaddrinfo(servinfo); in rfbListenOnTCP6Port()
905 freeaddrinfo(servinfo); in rfbListenOnTCP6Port()
919 freeaddrinfo(servinfo); in rfbListenOnTCP6Port()
924 freeaddrinfo(servinfo); in rfbListenOnTCP6Port()
943 struct addrinfo hints, *servinfo, *p; in rfbConnectToTcpAddr() local
953 if ((rv = getaddrinfo(host, port_str, &hints, &servinfo)) != 0) { in rfbConnectToTcpAddr()
959 for(p = servinfo; p != NULL; p = p->ai_next) { in rfbConnectToTcpAddr()
[all …]
/external/libvncserver/libvncclient/
Dsockets.c525 struct addrinfo hints, *servinfo, *p; in ListenAtTcpPortAndAddress() local
538 if ((rv = getaddrinfo(address, port_str, &hints, &servinfo)) != 0) { in ListenAtTcpPortAndAddress()
544 for(p = servinfo; p != NULL; p = p->ai_next) { in ListenAtTcpPortAndAddress()
554 freeaddrinfo(servinfo); in ListenAtTcpPortAndAddress()
562 freeaddrinfo(servinfo); in ListenAtTcpPortAndAddress()
580 freeaddrinfo(servinfo); in ListenAtTcpPortAndAddress()
/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/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/gtest/src/
Dgtest.cc3446 addrinfo* servinfo = NULL; in MakeConnection() local
3451 host_name_.c_str(), port_num_.c_str(), &hints, &servinfo); in MakeConnection()
3458 for (addrinfo* cur_addr = servinfo; sockfd_ == -1 && cur_addr != NULL; in MakeConnection()
3471 freeaddrinfo(servinfo); // all done with this structure in MakeConnection()
/external/libvpx/libvpx/third_party/googletest/src/src/
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()