Home | History | Annotate | Download | only in netperf

Lines Matching refs:hints

541   struct addrinfo hints;
574 memset(&hints, 0, sizeof(hints));
575 hints.ai_family = family;
576 hints.ai_socktype = type;
577 hints.ai_protocol = protocol;
578 hints.ai_flags = flags|AI_CANONNAME;
584 &hints,
609 hints.ai_protocol field, and set some state "remembering"
613 hints.ai_protocol = 0;
637 sets in the hints parm to the getaddrinfo call. so, we need to
692 (hints.ai_protocol != 0)) {
981 only time we would have called getaddrinfo with a hints asking