Lines Matching refs:addrinfo
116 int local_listen(char *, char *, struct addrinfo);
118 int remote_connect(const char *, const char *, struct addrinfo);
120 const char *, const char *, struct addrinfo, int, const char *);
134 struct addrinfo hints;
139 struct addrinfo proxyhints;
282 /* Initialize addrinfo structure. */
284 (void) memset(&hints, 0, sizeof (struct addrinfo));
312 (void) memset(&proxyhints, 0, sizeof (struct addrinfo));
548 remote_connect(const char *host, const char *port, struct addrinfo hints)
550 struct addrinfo *res, *res0;
566 struct addrinfo ahints, *ares;
568 (void) memset(&ahints, 0, sizeof (struct addrinfo));
619 local_listen(char *host, char *port, struct addrinfo hints)
621 struct addrinfo *res, *res0;