Searched refs:addrstr (Results 1 – 4 of 4) sorted by relevance
| /openbmc/qemu/tests/unit/ |
| H A D | crypto-tls-x509-helpers.c | 165 test_tls_get_ipaddr(const char *addrstr, in test_tls_get_ipaddr() argument 174 g_assert(getaddrinfo(addrstr, NULL, &hints, &res) == 0); in test_tls_get_ipaddr()
|
| /openbmc/qemu/ui/ |
| H A D | vnc-auth-sasl.c | 544 char **addrstr, in vnc_socket_ip_addr_string() argument 559 *addrstr = NULL; in vnc_socket_ip_addr_string() 563 *addrstr = g_strdup_printf("%s;%s", addr->u.inet.host, addr->u.inet.port); in vnc_socket_ip_addr_string()
|
| H A D | vnc.c | 3772 static int vnc_display_get_address(const char *addrstr, in vnc_display_get_address() 3789 if (strncmp(addrstr, "unix:", 5) == 0) { in vnc_display_get_address() 3791 addr->u.q_unix.path = g_strdup(addrstr + 5); in vnc_display_get_address() 3804 port = strrchr(addrstr, ':'); in vnc_display_get_address() 3808 port = addrstr; in vnc_display_get_address() 3814 hostlen = port - addrstr; in vnc_display_get_address() 3824 if (hostlen && addrstr[0] == '[' && addrstr[hostlen - 1] == ']') { in vnc_display_get_address() 3825 inet->host = g_strndup(addrstr + 1, hostlen - 2); in vnc_display_get_address() 3827 inet->host = g_strndup(addrstr, hostle in vnc_display_get_address() 3771 vnc_display_get_address(const char * addrstr,bool websocket,bool reverse,int displaynum,int to,bool has_ipv4,bool has_ipv6,bool ipv4,bool ipv6,SocketAddress ** retaddr,Error ** errp) vnc_display_get_address() argument [all...] |
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pybluez/ |
| H A D | 0001-Use-Py_ssize_t-when-parsing-buffer-length-fix-426-42.patch | 137 wchar_t *addrstr = NULL;
|