netdb_r.h
上传用户:sy_wanhua
上传日期:2013-07-25
资源大小:3048k
文件大小:0k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

C/C++

  1. #ifdef __cplusplus
  2. extern "C" {
  3. #endif
  4. struct hostent *
  5. gethostbyaddr_r (const char *addr, int length, int type,
  6.        struct hostent *result, char *buffer, int buflen,
  7.        int *h_errnop);
  8. struct hostent *
  9. gethostbyname_r (const char *name,
  10.        struct hostent *result, char *buffer, int buflen,
  11.        int *h_errnop);
  12. struct hostent *
  13. gethostent_r (struct hostent *result, char *buffer, int buflen,
  14.        int *h_errnop);
  15. #ifdef __cplusplus
  16. }
  17. #endif