getaddrinfo        60 ffserver_config.c         if (getaddrinfo(hostname, NULL, &hints, &ai))
getaddrinfo       103 libavformat/rtpproto.c     if ((error = getaddrinfo(hostname, service, &hints, &res))) {
getaddrinfo       175 libavformat/rtsp.c     if (getaddrinfo(buf, NULL, &hints, &ai))
getaddrinfo       112 libavformat/sapenc.c         if (getaddrinfo(host, NULL, &hints, &ai)) {
getaddrinfo       192 libavformat/sctp.c     ret = getaddrinfo(hostname, portstr, &hints, &ai);
getaddrinfo       102 libavformat/sdp.c     if (getaddrinfo(dest_addr, NULL, &hints, &ai))
getaddrinfo       107 libavformat/tcp.c         ret = getaddrinfo(NULL, portstr, &hints, &ai);
getaddrinfo       109 libavformat/tcp.c         ret = getaddrinfo(hostname, portstr, &hints, &ai);
getaddrinfo       198 libavformat/tls.c     if (!getaddrinfo(host, NULL, &hints, &ai)) {
getaddrinfo       252 libavformat/udp.c     if ((error = getaddrinfo(node, service, &hints, &res))) {
getaddrinfo        53 libavformat/url.c     if (!getaddrinfo(hostname, NULL, &hints, &ai)) {