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

/freebsd-10-stable/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-10-stable/lib/libstand/
H A Dnfsv2.h47 #define NFS_PORT 2049 macro
/freebsd-10-stable/contrib/amd/wire-test/
H A Dwire-test.c99 ip->sin_port = htons(NFS_PORT);
/freebsd-10-stable/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-10-stable/include/rpcsvc/
H A Dnfs_prot.x41 const NFS_PORT = 2049;
/freebsd-10-stable/contrib/amd/amd/
H A Dops_nfs.c630 fp->fh_sin.sin_port = htons(NFS_PORT);
H A Dsrvr_nfs.c923 * Default to NFS_PORT otherwise (cf. RFC 2054, 3).
929 nfs_port = htons(NFS_PORT);
/freebsd-10-stable/contrib/amd/libamu/
H A Dmount_fs.c1297 nfs_port = htons(NFS_PORT);
/freebsd-10-stable/sys/fs/nfs/
H A Dnfsproto.h49 #define NFS_PORT 2049 macro

Completed in 269 milliseconds