Searched refs:nfs_callback_port (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs.h953 __private_extern__ int nfs_idmap_ctrl, nfs_callback_port; variable
H A Dnfs_syscalls.c168 SYSCTL_INT(_vfs_generic_nfs_client, OID_AUTO, callback_port, CTLFLAG_RW | CTLFLAG_LOCKED, &nfs_callback_port, 0, "");
H A Dnfs_socket.c1959 sin.sin_port = htons(nfs_callback_port); /* try to use specified port */
2003 port = nfs_callback_port ? nfs_callback_port : nfs4_cb_port;
2011 if (port != nfs_callback_port) {
H A Dnfs_vfsops.c171 int nfs_callback_port = 0; variable

Completed in 33 milliseconds