Searched refs:NFS_PORT (Results 1 – 6 of 6) sorted by relevance
108 #ifndef NFS_PORT109 #define NFS_PORT 2049 macro
706 else if ((sport == NFS_PORT || dport == NFS_PORT) &&724 if (dport == NFS_PORT && direction == SUNRPC_CALL) {729 if (sport == NFS_PORT && direction == SUNRPC_REPLY) {
503 if (dport == NFS_PORT && direction == SUNRPC_CALL) { in udp_print()508 if (sport == NFS_PORT && direction == SUNRPC_REPLY) { in udp_print()
53 #define NFS_PORT 2049 macro
301 snprintf(srcid, sizeof(srcid), "%u", NFS_PORT); in nfsreply_print()538 snprintf(dstid, sizeof(dstid), "%u", NFS_PORT); in nfsreq_print()
11 #define NFS_PORT 2049 macro