Home
last modified time | relevance | path

Searched refs:NFS_PORT (Results 1 – 14 of 14) sorted by relevance

/openbsd/src/sbin/nfsd/
Dnfsd.c177 (!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/
Dnfsv2.h47 #define NFS_PORT 2049 macro
/openbsd/src/lib/librpcsvc/
Dnfs_prot.x37 const NFS_PORT = 2049; variable
/openbsd/src/usr.sbin/amd/rpcx/
Dnfs_prot.x37 const NFS_PORT = 2049; variable
Dnfs_prot.h13 #define NFS_PORT 2049 macro
/openbsd/src/usr.sbin/tcpdump/
Dprint-udp.c493 if (dport == NFS_PORT && direction == CALL) { in udp_print()
497 if (sport == NFS_PORT && direction == REPLY) { in udp_print()
Dprint-tcp.c276 dport == NFS_PORT) { in tcp_print()
280 sizeof(struct rpc_msg) <= snapend && sport == NFS_PORT) { in tcp_print()
Dnfsv2.h46 #define NFS_PORT 2049 macro
Dnfs.h49 #define NFS_PORT 2049 macro
/openbsd/src/usr.sbin/portmap/
Dportmap.c346 reg.pm_port == NFS_PORT) && in reg_service()
405 pml->pml_map.pm_port == NFS_PORT) && in reg_service()
/openbsd/src/sys/nfs/
Dnfsproto.h48 #define NFS_PORT 2049 macro
/openbsd/src/usr.sbin/amd/amd/
Dsrvr_nfs.c642 ip->sin_port = htons(NFS_PORT); in find_nfs_srvr()
Dnfs_ops.c558 sin.sin_port = htons(NFS_PORT); /* XXX should use portmapper */ in mount_nfs_fh()
/openbsd/src/usr.sbin/inetd/
Dinetd.c471 if (port < IPPORT_RESERVED || port == NFS_PORT) in dg_badinput()