Home
last modified time | relevance | path

Searched refs:rpcb_taddr (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ypcmd/
H A Drpc_bootstrap.c146 struct netbuf rpcb_taddr; local
193 rpcb_taddr.buf = (char *)&local_sa;
194 rpcb_taddr.maxlen = sizeof (local_sa);
195 rpcb_taddr.len = rpcb_taddr.maxlen;
202 rpcb_taddr.buf = (char *)&local_sa6;
203 rpcb_taddr.maxlen = sizeof (local_sa6);
204 rpcb_taddr.len = rpcb_taddr.maxlen;
211 svc_uaddr = __map_addr(nconf, &rpcb_taddr, program, version);
262 __map_addr(nc, rpcb_taddr, prog, ver) in __map_addr() argument
264 struct netbuf *rpcb_taddr; /* RPCBIND address */
[all …]