Searched refs:NFS_PORT (Results 1 – 14 of 14) sorted by relevance
| /openbsd/src/sbin/nfsd/ |
| D | nfsd.c | 177 (!pmap_set(RPCPROG_NFS, 2, IPPROTO_UDP, NFS_PORT) || in main() 178 !pmap_set(RPCPROG_NFS, 3, IPPROTO_UDP, NFS_PORT))) { in main() 184 (!pmap_set(RPCPROG_NFS, 2, IPPROTO_TCP, NFS_PORT) || in main() 185 !pmap_set(RPCPROG_NFS, 3, IPPROTO_TCP, NFS_PORT))) { in main() 226 inetaddr.sin_port = htons(NFS_PORT); in main() 233 if (!pmap_set(RPCPROG_NFS, 2, IPPROTO_UDP, NFS_PORT) || in main() 234 !pmap_set(RPCPROG_NFS, 3, IPPROTO_UDP, NFS_PORT)) { in main() 263 inetaddr.sin_port = htons(NFS_PORT); in main() 274 if (!pmap_set(RPCPROG_NFS, 2, IPPROTO_TCP, NFS_PORT) || in main() 275 !pmap_set(RPCPROG_NFS, 3, IPPROTO_TCP, NFS_PORT)) { in main()
|
| /openbsd/src/sys/lib/libsa/ |
| D | nfsv2.h | 47 #define NFS_PORT 2049 macro
|
| /openbsd/src/lib/librpcsvc/ |
| D | nfs_prot.x | 37 const NFS_PORT = 2049; variable
|
| /openbsd/src/usr.sbin/amd/rpcx/ |
| D | nfs_prot.x | 37 const NFS_PORT = 2049; variable
|
| D | nfs_prot.h | 13 #define NFS_PORT 2049 macro
|
| /openbsd/src/usr.sbin/tcpdump/ |
| D | print-udp.c | 493 if (dport == NFS_PORT && direction == CALL) { in udp_print() 497 if (sport == NFS_PORT && direction == REPLY) { in udp_print()
|
| D | print-tcp.c | 276 dport == NFS_PORT) { in tcp_print() 280 sizeof(struct rpc_msg) <= snapend && sport == NFS_PORT) { in tcp_print()
|
| D | nfsv2.h | 46 #define NFS_PORT 2049 macro
|
| D | nfs.h | 49 #define NFS_PORT 2049 macro
|
| /openbsd/src/usr.sbin/portmap/ |
| D | portmap.c | 346 reg.pm_port == NFS_PORT) && in reg_service() 405 pml->pml_map.pm_port == NFS_PORT) && in reg_service()
|
| /openbsd/src/sys/nfs/ |
| D | nfsproto.h | 48 #define NFS_PORT 2049 macro
|
| /openbsd/src/usr.sbin/amd/amd/ |
| D | srvr_nfs.c | 642 ip->sin_port = htons(NFS_PORT); in find_nfs_srvr()
|
| D | nfs_ops.c | 558 sin.sin_port = htons(NFS_PORT); /* XXX should use portmapper */ in mount_nfs_fh()
|
| /openbsd/src/usr.sbin/inetd/ |
| D | inetd.c | 471 if (port < IPPORT_RESERVED || port == NFS_PORT) in dg_badinput()
|