Lines Matching defs:netaddr
240 get_connection(struct netconfig *nconf, struct netbuf netaddr)
269 netaddr.len = netaddr.maxlen = __rpc_get_a_size(tinfo.addr);
270 sndcall.addr = netaddr;
317 struct netbuf netaddr;
387 (void) memset(&netaddr, 0, sizeof (netaddr));
388 netaddr.buf = (char *)sin;
391 fd = get_connection(nconf, netaddr);
409 printf("netaddr: maxlen %d, buf: %s, len: %d\n", netaddr.maxlen,
410 netaddr.buf, netaddr.len);