HomeSort by relevance Sort by last modified time
    Searched refs:NFS_PORT (Results 1 - 7 of 7) 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

Completed in 197 milliseconds