Searched refs:clnt_sin (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/Libinfo-449.1.3/nis.subproj/
H A Dyp_bind.c94 struct sockaddr_in clnt_sin; local
186 memset(&clnt_sin, 0, sizeof clnt_sin);
187 clnt_sin.sin_len = sizeof(struct sockaddr_in);
188 clnt_sin.sin_family = AF_INET;
189 clnt_sin.sin_addr.s_addr = htonl(INADDR_LOOPBACK);
192 client = clnttcp_create(&clnt_sin, YPBINDPROG, YPBINDVERS, &clnt_sock, 0, 0);
201 if ((ntohs(clnt_sin.sin_port) >= IPPORT_RESERVED) || (ntohs(clnt_sin.sin_port) == 20))
H A Dyp_all.c155 struct sockaddr_in clnt_sin; local
172 clnt_sin = ysd->dom_server_addr;
173 clnt_sin.sin_port = 0;
174 clnt = clnttcp_create(&clnt_sin, YPPROG, YPVERS, &clnt_sock, 0, 0);

Completed in 111 milliseconds