Home
last modified time | relevance | path

Searched refs:NFS_PORT (Results 1 – 6 of 6) sorted by relevance

/external/tcpdump/
Dtcp.h113 #ifndef NFS_PORT
114 #define NFS_PORT 2049 macro
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) {
Dprint-udp.c496 if (dport == NFS_PORT && direction == SUNRPC_CALL) { in udp_print()
502 if (sport == NFS_PORT && direction == SUNRPC_REPLY) { in udp_print()
Dnfs.h52 #define NFS_PORT 2049 macro
Dprint-nfs.c348 snprintf(srcid, sizeof(srcid), "%u", NFS_PORT); in nfsreply_print()
/external/kernel-headers/original/uapi/linux/
Dnfs.h13 #define NFS_PORT 2049 macro