Searched refs:targaddr (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/usr.bin/rpcinfo/
H A Drpcinfo.c889 struct netbuf *targaddr; local
895 client = clnt_rpcbind_create(host, RPCBVERS4, &targaddr);
904 client = getclnthandle(host, nconf, RPCBVERS4, &targaddr);
918 if (targaddr == NULL) {
930 parms.r_addr = taddr2uaddr(nconf, targaddr);
937 free(targaddr->buf);
938 free(targaddr);
1545 clnt_rpcbind_create(char *host, int rpcbversnum, struct netbuf **targaddr) argument
1566 targaddr);
1577 u_long rpcbversnum, struct netbuf **targaddr)
1576 getclnthandle(char *host, struct netconfig *nconf, u_long rpcbversnum, struct netbuf **targaddr) argument
[all...]
/freebsd-12-stable/lib/libc/rpc/
H A Drpcb_clnt.c273 * rpcbind. If targaddr is non-NULL, the "universal address" of the
274 * host will be stored in *targaddr; the caller is responsible for
279 getclnthandle(const char *host, const struct netconfig *nconf, char **targaddr) argument
303 if (targaddr)
304 *targaddr = strdup(ad_cache->ac_uaddr);
351 if (targaddr) {
352 *targaddr = malloc(sizeof(sun.sun_path));
353 if (*targaddr == NULL) {
357 strncpy(*targaddr, _PATH_RPCBINDSOCK,
404 tmpaddr = targaddr
[all...]
/freebsd-12-stable/sys/rpc/
H A Drpcb_clnt.c282 * rpcbind. If targaddr is non-NULL, the "universal address" of the
283 * host will be stored in *targaddr; the caller is responsible for
288 getclnthandle(host, nconf, targaddr)
291 char **targaddr;
315 if (targaddr)
316 *targaddr = strdup(ad_cache->ac_uaddr);
363 if (targaddr) {
364 *targaddr = malloc(sizeof(sun.sun_path));
365 if (*targaddr == NULL) {
369 strncpy(*targaddr, _PATH_RPCBINDSOC
[all...]

Completed in 183 milliseconds