Lines Matching defs:ecode
3717 int ecode;
3753 if ((ecode = getaddrinfo(srcaddr, srcport, &hints, &srcres)) != 0)
3755 gai_strerror(ecode));
3758 if ((ecode = getaddrinfo(dstaddr, dstport, &hints, &dstres)) != 0)
3760 gai_strerror(ecode));
4814 int ecode;
4826 if ((ecode = getaddrinfo(val, NULL, &hints, &peerres)) != 0)
4828 gai_strerror(ecode));
5007 int ecode;
5019 if ((ecode = getaddrinfo(val, NULL, &hints, &peerres)) != 0)
5021 gai_strerror(ecode));