Searched refs:send_using_tcp (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/NFS-81/rpc.lockd/
H A Dlockd.h66 int send_using_tcp; member in struct:nfs_conf_lockd
H A Dlock_proc.c248 if (!use_tcp && config.send_using_tcp)
249 use_tcp = config.send_using_tcp;
H A Dlockd.c114 0, /* send_using_tcp */
815 } else if (!strcmp(key, "nfs.lockd.send_using_tcp")) {
816 conf->send_using_tcp = val;
/macosx-10.9.5/NFS-81/rpc.statd/
H A Dstatd.h165 int send_using_tcp; member in struct:nfs_conf_statd
H A Dprocs.c519 if (config.send_using_tcp) {
523 if (!config.send_using_tcp || !cli)
H A Dfile.c690 if (config.send_using_tcp) {
694 if (!config.send_using_tcp || !cli) {
H A Dstatd.c104 0, /* send_using_tcp */
605 } else if (!strcmp(key, "nfs.statd.send_using_tcp")) {
606 conf->send_using_tcp = val;

Completed in 211 milliseconds