Home
last modified time | relevance | path

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

/freebsd-9-stable/lib/libc/yp/
Dyplib.c295 int clnt_sock, fd; in _yp_dobind() local
435 clnt_sock = RPC_ANYSOCK; in _yp_dobind()
436 client = clnttcp_create(&clnt_sin, YPBINDPROG, YPBINDVERS, &clnt_sock, in _yp_dobind()
894 int clnt_sock; in yp_all() local
919 clnt_sock = RPC_ANYSOCK; in yp_all()
922 clnt = clnttcp_create(&clnt_sin, YPPROG, YPVERS, &clnt_sock, 0, 0); in yp_all()