Home
last modified time | relevance | path

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

/external/tcpdump/
Dtcp.h108 #ifndef NFS_PORT
109 #define NFS_PORT 2049 macro
Dprint-tcp.c706 else if ((sport == NFS_PORT || dport == NFS_PORT) &&
724 if (dport == NFS_PORT && direction == SUNRPC_CALL) {
729 if (sport == NFS_PORT && direction == SUNRPC_REPLY) {
Dprint-udp.c503 if (dport == NFS_PORT && direction == SUNRPC_CALL) { in udp_print()
508 if (sport == NFS_PORT && direction == SUNRPC_REPLY) { in udp_print()
Dnfs.h53 #define NFS_PORT 2049 macro
Dprint-nfs.c301 snprintf(srcid, sizeof(srcid), "%u", NFS_PORT); in nfsreply_print()
538 snprintf(dstid, sizeof(dstid), "%u", NFS_PORT); in nfsreq_print()
/external/kernel-headers/original/uapi/linux/
Dnfs.h11 #define NFS_PORT 2049 macro