Home | History | Annotate | Download | only in racoon

Lines Matching refs:hints

1961 		struct addrinfo hints, *res;
1987 memset(&hints, 0, sizeof(hints));
1988 hints.ai_family = PF_UNSPEC;
1989 hints.ai_socktype = SOCK_RAW;
1990 hints.ai_flags = AI_NUMERICHOST;
1991 error = getaddrinfo(altname, NULL, &hints, &res);