HomeSort by relevance Sort by last modified time
    Searched refs:NFS_PORT (Results 1 - 10 of 10) sorted by null

  /external/tcpdump/
tcp.h 140 #ifndef NFS_PORT
141 #define NFS_PORT 2049
nfs.h 52 #define NFS_PORT 2049
print-tcp.c 730 else if ((IS_SRC_OR_DST_PORT(NFS_PORT)) &&
748 if (dport == NFS_PORT && direction == SUNRPC_CALL) {
753 if (sport == NFS_PORT && direction == SUNRPC_REPLY) {
    [all...]
print-udp.c 512 if (dport == NFS_PORT && direction == SUNRPC_CALL) {
518 if (sport == NFS_PORT && direction == SUNRPC_REPLY) {
print-nfs.c 338 snprintf(srcid, sizeof(srcid), "%u", NFS_PORT);
    [all...]
  /bionic/libc/kernel/uapi/linux/
nfs.h 23 #define NFS_PORT 2049
  /external/kernel-headers/original/uapi/linux/
nfs.h 14 #define NFS_PORT 2049
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
nfs.h 11 #define NFS_PORT 2049
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
nfs_prot.x 34 const NFS_PORT = 2049;
nfs_prot.h 16 #define NFS_PORT 2049

Completed in 165 milliseconds