Home
last modified time | relevance | path

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

/freebsd/lib/libc/yp/
H A Dyplib.c288 struct sockaddr_in clnt_sin; in _yp_dobind() local
427 bzero((char *)&clnt_sin, sizeof clnt_sin); in _yp_dobind()
428 clnt_sin.sin_family = AF_INET; in _yp_dobind()
429 clnt_sin.sin_addr.s_addr = htonl(INADDR_LOOPBACK); in _yp_dobind()
432 client = clnttcp_create(&clnt_sin, YPBINDPROG, YPBINDVERS, &clnt_sock, in _yp_dobind()
455 if (ntohs(clnt_sin.sin_port) >= IPPORT_RESERVED) { in _yp_dobind()
931 struct sockaddr_in clnt_sin; in yp_all() local
960 clnt_sin = ysd->dom_server_addr; in yp_all()
961 clnt_sin.sin_port = 0; in yp_all()
962 clnt = clnttcp_create(&clnt_sin, YPPROG, YPVERS, &clnt_sock, 0, 0); in yp_all()