Searched refs:clnt_sock (Results 1 – 1 of 1) sorted by relevance
/freebsd/lib/libc/yp/ |
H A D | yplib.c | 289 int clnt_sock, fd; in _yp_dobind() local 431 clnt_sock = RPC_ANYSOCK; in _yp_dobind() 432 client = clnttcp_create(&clnt_sin, YPBINDPROG, YPBINDVERS, &clnt_sock, in _yp_dobind() 934 int clnt_sock; in yp_all() local 959 clnt_sock = RPC_ANYSOCK; in yp_all() 962 clnt = clnttcp_create(&clnt_sin, YPPROG, YPVERS, &clnt_sock, 0, 0); in yp_all()
|