Home | History | Annotate | Download | only in iputils

Lines Matching full:hints

451 	struct addrinfo hints, *ai0, *ai;
460 memset(&hints, 0, sizeof(hints));
466 hints.ai_family = AF_INET6;
471 hints.ai_family = AF_INET;
478 hints.ai_socktype = SOCK_DGRAM;
480 hints.ai_flags = AI_IDN;
483 gai = getaddrinfo(arg, 0, &hints, &ai0);
700 struct addrinfo hints, *ai;
861 memset(&hints, 0, sizeof(hints));
862 hints.ai_family = AF_INET6;
864 hints.ai_flags = AI_IDN;
866 gai = getaddrinfo(target, NULL, &hints, &ai);
920 memset(&hints, 0, sizeof(hints));
921 hints.ai_family = AF_INET6;
923 hints.ai_flags = AI_IDN;
925 gai = getaddrinfo(target, NULL, &hints, &ai);