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

/freebsd-11.0-release/contrib/tcpdump/
H A Dtcp.h113 #ifndef NFS_PORT
114 #define NFS_PORT 2049 macro
H A Dprint-tcp.c723 else if ((sport == NFS_PORT || dport == NFS_PORT) &&
741 if (dport == NFS_PORT && direction == SUNRPC_CALL) {
746 if (sport == NFS_PORT && direction == SUNRPC_REPLY) {
H A Dnfs.h53 #define NFS_PORT 2049 macro
H A Dprint-udp.c498 if (dport == NFS_PORT && direction == SUNRPC_CALL) {
504 if (sport == NFS_PORT && direction == SUNRPC_REPLY) {
H A Dprint-nfs.c350 snprintf(srcid, sizeof(srcid), "%u", NFS_PORT);
/freebsd-11.0-release/lib/libstand/
H A Dnfsv2.h47 #define NFS_PORT 2049 macro
/freebsd-11.0-release/contrib/amd/wire-test/
H A Dwire-test.c103 ip->sin_port = htons(NFS_PORT);
/freebsd-11.0-release/sys/nfs/
H A Dnfs_diskless.c269 nd3->root_saddr.sin_port = htons(NFS_PORT);
308 nd->root_saddr.sin_port = htons(NFS_PORT);
H A Dnfsproto.h50 #define NFS_PORT 2049 macro
/freebsd-11.0-release/contrib/amd/amd/
H A Dsrvr_nfs.c903 * Default to NFS_PORT otherwise (cf. RFC 2054, 3).
909 nfs_port = htons(NFS_PORT);
H A Dops_nfs.c622 fp->fh_sin.sin_port = htons(NFS_PORT);
/freebsd-11.0-release/include/rpcsvc/
H A Dnfs_prot.x41 const NFS_PORT = 2049;
/freebsd-11.0-release/sys/fs/nfs/
H A Dnfsproto.h49 #define NFS_PORT 2049 macro

Completed in 103 milliseconds