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

/freebsd-9.3-release/contrib/tcpdump/
H A Dtcp.h104 #ifndef NFS_PORT
105 #define NFS_PORT 2049 macro
H A Dprint-tcp.c195 if (dport == NFS_PORT &&
201 if (sport == NFS_PORT &&
H A Dprint-udp.c495 if (dport == NFS_PORT && direction == SUNRPC_CALL) {
500 if (sport == NFS_PORT && direction == SUNRPC_REPLY) {
H A Dnfs.h54 #define NFS_PORT 2049 macro
H A Dprint-nfs.c308 snprintf(srcid, sizeof(srcid), "%u", NFS_PORT);
528 snprintf(dstid, sizeof(dstid), "%u", NFS_PORT);
/freebsd-9.3-release/lib/libstand/
H A Dnfsv2.h47 #define NFS_PORT 2049 macro
/freebsd-9.3-release/contrib/amd/wire-test/
H A Dwire-test.c103 ip->sin_port = htons(NFS_PORT);
/freebsd-9.3-release/sys/nfs/
H A Dnfs_diskless.c259 nd3->root_saddr.sin_port = htons(NFS_PORT);
298 nd->root_saddr.sin_port = htons(NFS_PORT);
H A Dnfsproto.h50 #define NFS_PORT 2049 macro
/freebsd-9.3-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-9.3-release/sys/fs/nfs/
H A Dnfsproto.h49 #define NFS_PORT 2049 macro
/freebsd-9.3-release/include/rpcsvc/
H A Dnfs_prot.x39 const NFS_PORT = 2049;

Completed in 269 milliseconds