Searched refs:clnt_sock (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13-stable/lib/libc/yp/ |
| HD | yplib.c | 290 int clnt_sock, fd; in _yp_dobind() local 432 clnt_sock = RPC_ANYSOCK; in _yp_dobind() 433 client = clnttcp_create(&clnt_sin, YPBINDPROG, YPBINDVERS, &clnt_sock, in _yp_dobind() 935 int clnt_sock; in yp_all() local 960 clnt_sock = RPC_ANYSOCK; in yp_all() 963 clnt = clnttcp_create(&clnt_sin, YPPROG, YPVERS, &clnt_sock, 0, 0); in yp_all()
|