Lines Matching refs:hints
2659 struct addrinfo hints;
2680 memset(&hints, 0, sizeof(hints));
2681 hints.ai_family = remfam;
2682 hints.ai_socktype = SOCK_STREAM;
2683 hints.ai_protocol = IPPROTO_TCP;
2684 hints.ai_flags = 0|AI_CANONNAME;
2689 &hints,
2717 memset(&hints, 0, sizeof(hints));
2718 hints.ai_family = locfam;
2719 hints.ai_socktype = SOCK_STREAM;
2720 hints.ai_protocol = IPPROTO_TCP;
2721 hints.ai_flags = AI_PASSIVE|AI_CANONNAME;
2727 &hints,