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

1 2 34

  /external/tcpdump/
print-tcp.c 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) {
    [all...]
print-udp.c 503 if (dport == NFS_PORT && direction == SUNRPC_CALL) {
508 if (sport == NFS_PORT && direction == SUNRPC_REPLY) {
nfs.h 53 #define NFS_PORT 2049
print-nfs.c 301 snprintf(srcid, sizeof(srcid), "%u", NFS_PORT);
538 snprintf(dstid, sizeof(dstid), "%u", NFS_PORT);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/
nfs_prot.x 34 const NFS_PORT = 2049;
nfs_prot.h 16 #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 516 milliseconds

1 2 34