Home
last modified time | relevance | path

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

/freebsd-14.2/include/rpc/
H A Dclnt.h230 #define CLSET_CONNECT 20 /* Use connect() for UDP. (int) */ macro
/freebsd-14.2/sys/rpc/
H A Dclnt.h343 #define CLSET_CONNECT 20 /* Use connect() for UDP. (int) */ macro
H A Dclnt_rc.c238 CLNT_CONTROL(newclient, CLSET_CONNECT, &one); in clnt_reconnect_connect()
H A Dclnt_dg.c915 case CLSET_CONNECT: in clnt_dg_control()
/freebsd-14.2/lib/libc/rpc/
H A Dclnt_dg.c770 case CLSET_CONNECT: in clnt_dg_control()
/freebsd-14.2/sbin/mount_nfs/
H A Dmount_nfs.c862 if (!clnt_control(clp, CLSET_CONNECT, (char *)&doconnect)) { in nfs_tryproto()
/freebsd-14.2/sys/fs/nfs/
H A Dnfs_commonkrpc.c530 CLNT_CONTROL(client, CLSET_CONNECT, &one); in newnfs_connect()