HomeSort by relevance Sort by last modified time
    Searched full:rpcent (Results 1 - 8 of 8) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/rpc/
netdb.h 46 struct rpcent struct
55 extern struct rpcent *getrpcbyname (__const char *__name) __THROW;
56 extern struct rpcent *getrpcbynumber (int __number) __THROW;
57 extern struct rpcent *getrpcent (void) __THROW;
60 extern int getrpcbyname_r (__const char *__name, struct rpcent *__result_buf,
62 struct rpcent **__result) __THROW;
64 extern int getrpcbynumber_r (int __number, struct rpcent *__result_buf,
66 struct rpcent **__result) __THROW;
68 extern int getrpcent_r (struct rpcent *__result_buf, char *__buffer,
69 size_t __buflen, struct rpcent **__result) __THROW
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpc/
netdb.h 46 struct rpcent struct
55 extern struct rpcent *getrpcbyname (__const char *__name) __THROW;
56 extern struct rpcent *getrpcbynumber (int __number) __THROW;
57 extern struct rpcent *getrpcent (void) __THROW;
60 extern int getrpcbyname_r (__const char *__name, struct rpcent *__result_buf,
62 struct rpcent **__result) __THROW;
64 extern int getrpcbynumber_r (int __number, struct rpcent *__result_buf,
66 struct rpcent **__result) __THROW;
68 extern int getrpcent_r (struct rpcent *__result_buf, char *__buffer,
69 size_t __buflen, struct rpcent **__result) __THROW
    [all...]
  /external/libpcap/Win32/Include/net/
netdb.h 76 struct rpcent { struct
114 struct rpcent *getrpcent (void);
115 struct rpcent *getrpcbyname (const char *);
116 struct rpcent *getrpcbynumber (int);
  /external/tcpdump/
print-sunrpc.c 51 #include <rpc/rpcent.h>
155 register struct rpcent *rp;
config.h 131 /* Define to 1 if you have the <rpc/rpcent.h> header file. */
config.h.in 130 /* Define to 1 if you have the <rpc/rpcent.h> header file. */
configure.in 36 AC_CHECK_HEADERS(fcntl.h rpc/rpc.h rpc/rpcent.h netdnet/dnetdb.h)
configure     [all...]

Completed in 413 milliseconds