Home
last modified time | relevance | path

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

/dflybsd-src/include/rpc/
H A Drpcent.h47 struct rpcent { struct
58 extern struct rpcent *getrpcbyname(const char *); argument
/dflybsd-src/lib/libc/rpc/
H A Dgetrpcent.c927 getrpc(int (*fn)(union key, struct rpcent *, char *, size_t, struct rpcent **), in getrpc()