Home
last modified time | relevance | path

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

/dflybsd-src/usr.bin/rpcinfo/
H A Drpcinfo.c870 struct netbuf *targaddr; local
1521 clnt_rpcbind_create(char *host, int rpcbversnum, struct netbuf **targaddr)
1553 u_long rpcbversnum, struct netbuf **targaddr)
/dflybsd-src/lib/libc/rpc/
H A Drpcb_clnt.c298 getclnthandle(const char *host, const struct netconfig *nconf, char **targaddr) in getclnthandle()