Searched refs:NFS_PORT (Results 1 – 10 of 10) sorted by relevance
139 #ifndef NFS_PORT140 #define NFS_PORT 2049 macro
811 } else if ((IS_SRC_OR_DST_PORT(NFS_PORT)) && in tcp_print()829 if (dport == NFS_PORT && direction == SUNRPC_CALL) { in tcp_print()835 if (sport == NFS_PORT && direction == SUNRPC_REPLY) { in tcp_print()
52 #define NFS_PORT 2049 macro
527 if (dport == NFS_PORT && direction == SUNRPC_CALL) { in udp_print()534 if (sport == NFS_PORT && direction == SUNRPC_REPLY) { in udp_print()
346 snprintf(srcid, sizeof(srcid), "%u", NFS_PORT); in nfsreply_print()
44 #define NFS_PORT 2049 macro
273 nd3->root_saddr.sin_port = htons(NFS_PORT); in nfs_setup_diskless()312 nd->root_saddr.sin_port = htons(NFS_PORT); in nfs_setup_diskless()
49 #define NFS_PORT 2049 macro
32 const NFS_PORT = 2049; variable