Searched defs:rpcent (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/
H A Drpcent.h34 * rpcent.h,
48 struct rpcent { struct
55 extern struct rpcent *getrpcbyname_r
56 (const char *, struct rpcent *, char *, int);
57 extern struct rpcent *getrpcbynumber_r
58 (const int, struct rpcent *, char *, int);
59 extern struct rpcent *getrpcent_r(struct rpcent *, char *, int);
62 extern struct rpcent *getrpcbyname(const char *);
63 extern struct rpcent *getrpcbynumbe
[all...]
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dnetdb.h65 struct rpcent { struct
75 struct rpcent *getrpcbyname(), *getrpcbynumber(), *getrpcent();

Completed in 56 milliseconds