pmap_clnt.h 638 B

12345678910111213141516171819202122
  1. #ifndef _RPC_PMAP_CLNT_H
  2. #include <sunrpc/rpc/pmap_clnt.h>
  3. # ifndef _ISOMAC
  4. libc_hidden_proto (pmap_getport)
  5. libc_hidden_proto (pmap_set)
  6. libc_hidden_proto (pmap_unset)
  7. /* Defined in pm_getport.c. */
  8. extern int __get_socket (struct sockaddr_in *saddr) attribute_hidden;
  9. extern u_short __libc_rpc_getport (struct sockaddr_in *address, u_long program,
  10. u_long version, u_int protocol,
  11. time_t timeout_sec, time_t tottimeout_sec);
  12. libc_hidden_proto (__libc_rpc_getport)
  13. libc_hidden_proto (clnt_broadcast)
  14. libc_hidden_proto (pmap_getmaps)
  15. libc_hidden_proto (pmap_rmtcall)
  16. # endif /* !_ISOMAC */
  17. #endif /* rpc/pmap_clnt.h */