OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rpcent
(Results
1 - 3
of
3
) sorted by null
/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
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-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);
Completed in 635 milliseconds