Home
last modified time | relevance | path

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

/freebsd/include/rpc/
H A Dclnt.h210 #define CLSET_FD_CLOSE 8 /* close fd while clnt_destroy */ macro
/freebsd/sys/rpc/
H A Dclnt.h283 #define CLSET_FD_CLOSE 8 /* close fd while clnt_destroy */ macro
H A Dclnt_rc.c206 CLNT_CONTROL(newclient, CLSET_FD_CLOSE, 0); in clnt_reconnect_connect()
H A Dclnt_dg.c822 case CLSET_FD_CLOSE: in clnt_dg_control()
H A Dclnt_vc.c646 case CLSET_FD_CLOSE: in clnt_vc_control()
/freebsd/lib/libc/rpc/
H A Dclnt_generic.c396 (void) CLNT_CONTROL(cl, CLSET_FD_CLOSE, NULL); in clnt_tli_create()
H A Drpc_soc.c135 (void) CLNT_CONTROL(cl, CLSET_FD_CLOSE, NULL); in clnt_com_create()
H A Dclnt_dg.c655 case CLSET_FD_CLOSE: in clnt_dg_control()
H A Dclnt_vc.c532 case CLSET_FD_CLOSE: in clnt_vc_control()
H A Drpcb_clnt.c447 (void) CLNT_CONTROL(client, CLSET_FD_CLOSE, NULL); in local_rpcb()