Lines Matching refs:netbuf
73 struct netbuf *, rpcprog_t, rpcvers_t, uint_t, uint_t,
93 struct netbuf *ac_taddr;
180 delete_cache(struct netbuf *addr) in delete_cache()
207 add_cache(char *host, char *netid, struct netbuf *taddr, char *uaddr) in add_cache()
219 ad_cache->ac_taddr = malloc(sizeof (struct netbuf)); in add_cache()
303 struct netbuf *addr; in _getclnthandle_timed()
304 struct netbuf addr_to_delete; in _getclnthandle_timed()
451 const struct netconfig *nconf, const struct netbuf *address) in rpcb_set()
472 (struct netbuf *)address); /* convert to universal */ in rpcb_set()
535 static struct netbuf *
538 struct netbuf *na = NULL; in got_entry()
562 struct netbuf *addr; in __rpcbind_is_up()
633 struct netbuf *
643 struct netbuf *address = NULL; in __rpcb_findaddr_timed()
904 struct netbuf remote; in __rpcb_findaddr_timed()
1004 if (((address = malloc(sizeof (struct netbuf))) == NULL) || in __rpcb_findaddr_timed()
1074 const struct netconfig *nconf, struct netbuf *address, const char *host) in rpcb_getaddr()
1076 struct netbuf *na; in rpcb_getaddr()
1158 const caddr_t resp, const struct timeval tout, struct netbuf *addr_ptr) in rpcb_rmtcall()
1185 struct netbuf *na; in rpcb_rmtcall()
1190 ((struct netbuf *)addr_ptr)->len = 0; in rpcb_rmtcall()
1197 ((struct netbuf *)addr_ptr)->len = 0; in rpcb_rmtcall()
1201 ((struct netbuf *)addr_ptr)->len = na->len; in rpcb_rmtcall()
1278 rpcb_taddr2uaddr(struct netconfig *nconf, struct netbuf *taddr) in rpcb_taddr2uaddr()
1307 struct netbuf *
1311 struct netbuf *taddr; in rpcb_uaddr2taddr()
1326 taddr = calloc(1, sizeof (struct netbuf)); in rpcb_uaddr2taddr()