getaddrinfo 82 libavformat/ip.c if ((error = getaddrinfo(node, service, &hints, &res))) { getaddrinfo 397 libavformat/libsrt.c ret = getaddrinfo(hostname[0] ? hostname : NULL, portstr, &hints, &ai); getaddrinfo 207 libavformat/rtsp.c if ((ret = getaddrinfo(buf, NULL, &hints, &ai))) { getaddrinfo 111 libavformat/sapenc.c if (getaddrinfo(host, NULL, &hints, &ai)) { getaddrinfo 213 libavformat/sctp.c ret = getaddrinfo(hostname, portstr, &hints, &ai); getaddrinfo 102 libavformat/sdp.c if (getaddrinfo(dest_addr, NULL, &hints, &ai)) getaddrinfo 149 libavformat/tcp.c ret = getaddrinfo(NULL, portstr, &hints, &ai); getaddrinfo 151 libavformat/tcp.c ret = getaddrinfo(hostname, portstr, &hints, &ai); getaddrinfo 84 libavformat/tls.c if (!getaddrinfo(c->underlying_host, NULL, &hints, &ai)) { getaddrinfo 54 libavformat/url.c if (!getaddrinfo(hostname, NULL, &hints, &ai)) {