OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rpcent
(Results
1 - 5
of
5
) sorted by null
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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/i686-linux-glibc2.7-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.7-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
...]
/external/tcpdump/
print-sunrpc.c
36
#include <rpc/
rpcent
.h>
140
register struct
rpcent
*rp;
configure
[
all
...]
Completed in 152 milliseconds