Searched refs:NFS_PORT (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/autofs-246/headers/
H A Dnfs.h24 #define NFS_PORT 2049 macro
/macosx-10.10/tcpdump-61/tcpdump/
H A Dtcp.h118 #ifndef NFS_PORT
119 #define NFS_PORT 2049 macro
H A Dprint-udp.c493 if (dport == NFS_PORT && direction == SUNRPC_CALL) {
498 if (sport == NFS_PORT && direction == SUNRPC_REPLY) {
H A Dnfs.h53 #define NFS_PORT 2049 macro
H A Dprint-tcp.c208 if (dport == NFS_PORT &&
214 if (sport == NFS_PORT &&
H A Dprint-nfs.c306 snprintf(srcid, sizeof(srcid), "%u", NFS_PORT);
526 snprintf(dstid, sizeof(dstid), "%u", NFS_PORT);
/macosx-10.10/xnu-2782.1.97/bsd/nfs/
H A Dnfsproto.h84 #define NFS_PORT 2049 macro
H A Dnfs_socket.c1122 nss.nss_port = nmp->nm_nfsport ? nmp->nm_nfsport : NFS_PORT;
1476 if (port == NFS_PORT)
1477 nmp->nm_nfsport = NFS_PORT;
/macosx-10.10/Librpcsvc-24/
H A Dnfs_prot.x39 const NFS_PORT = 2049;
/macosx-10.10/NFS-82/nfsd/
H A Dmain.c120 NFS_PORT, /* port */
/macosx-10.10/autofs-246/automountd/
H A Dautod_nfs.c1653 * Returns 1, if port option is NFS_PORT or
1655 * Returns 0, if both port is not NFS_PORT and nfsd is not
1705 * if no port specified or it is same as NFS_PORT return nfs
1708 if (!got_port || nfs_port == NFS_PORT)
1715 * map to "nfsd" is 2049, i.e. NFS_PORT.

Completed in 163 milliseconds