Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ypserv/common/
H A Dyplib_host.c69 int rsrv_sock; in yp_bind_host() local
74 rsrv_sock = RPC_ANYSOCK; in yp_bind_host()
97 &rsrv_sock, 0, 0); in yp_bind_host()
100 &rsrv_sock); in yp_bind_host()
116 int rsrv_sock; in yp_bind_local() local
122 rsrv_sock = RPC_ANYSOCK; in yp_bind_local()
127 client = clntudp_create(&rsrv_sin, program, version, tv, &rsrv_sock); in yp_bind_local()
/freebsd/usr.sbin/yppoll/
H A Dyppoll.c73 int rsrv_sock; in get_remote_info() local
81 rsrv_sock = RPC_ANYSOCK; in get_remote_info()
93 client = clntudp_create(&rsrv_sin, YPPROG, YPVERS, tv, &rsrv_sock); in get_remote_info()