Home | History | Annotate | Download | only in racoon

Lines Matching refs:hints

745 	struct addrinfo hints, *res;
775 memset(&hints, 0, sizeof(hints));
776 hints.ai_family = PF_UNSPEC;
777 hints.ai_socktype = SOCK_DGRAM;
778 if (getaddrinfo(av[0], "4500", &hints, &res) != 0)