Home
last modified time | relevance | path

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

/freebsd/include/rpc/
H A Dclnt.h227 #define CLSET_CONNECT 20 /* Use connect() for UDP. (int) */ macro
/freebsd/sys/rpc/
H A Dclnt.h300 #define CLSET_CONNECT 20 /* Use connect() for UDP. (int) */ macro
H A Dclnt_rc.c240 CLNT_CONTROL(newclient, CLSET_CONNECT, &one); in clnt_reconnect_connect()
H A Dclnt_dg.c910 case CLSET_CONNECT: in clnt_dg_control()
/freebsd/lib/libc/rpc/
H A Dclnt_dg.c766 case CLSET_CONNECT: in clnt_dg_control()
/freebsd/sbin/mount_nfs/
H A Dmount_nfs.c867 if (!clnt_control(clp, CLSET_CONNECT, (char *)&doconnect)) { in nfs_tryproto()
870 "[%s] %s:%s: CLSET_CONNECT failed", netid, hostp, in nfs_tryproto()
/freebsd/sys/fs/nfs/
H A Dnfs_commonkrpc.c530 CLNT_CONTROL(client, CLSET_CONNECT, &one); in newnfs_connect()