HomeSort by: relevance | last modified time | path
    Searched defs:rpcent (Results 1 - 1 of 1) sorted by relevancy

  /src/include/rpc/
rpcent.h 1 /* $NetBSD: rpcent.h,v 1.3 2005/02/03 04:39:32 perry Exp $ */
36 * rpcent.h,
44 /* #pragma ident "@(#)rpcent.h 1.13 94/04/25 SMI" */
45 /* @(#)rpcent.h 1.1 88/12/06 SMI */
48 struct rpcent { struct
55 extern struct rpcent *getrpcbyname_r(const char *, struct rpcent *,
57 extern struct rpcent *getrpcbynumber_r(int, struct rpcent *, char *, int);
58 extern struct rpcent *getrpcent_r(struct rpcent *, char *, int)
    [all...]

Completed in 13 milliseconds