Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ypcmd/
H A Drpc_bootstrap.c148 struct netbuf rpcb_taddr; local
195 rpcb_taddr.buf = (char *)&local_sa;
196 rpcb_taddr.maxlen = sizeof (local_sa);
197 rpcb_taddr.len = rpcb_taddr.maxlen;
204 rpcb_taddr.buf = (char *)&local_sa6;
205 rpcb_taddr.maxlen = sizeof (local_sa6);
206 rpcb_taddr.len = rpcb_taddr.maxlen;
213 svc_uaddr = __map_addr(nconf, &rpcb_taddr, program, version);
264 __map_addr(nc, rpcb_taddr, prog, ver) in __map_addr() argument
266 struct netbuf *rpcb_taddr; /* RPCBIND address */
[all …]