OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NFS_PORT
(Results
76 - 83
of
83
) sorted by null
1
2
3
4
/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
3
4