Lines Matching refs:netbuf

85 	struct netbuf *ac_taddr;
99 static void delete_cache(struct netbuf *);
100 static void add_cache(const char *, const char *, struct netbuf *, char *);
103 static struct netbuf *got_entry(rpcb_entry_list_ptr, const struct netconfig *);
171 delete_cache(struct netbuf *addr) in delete_cache()
196 add_cache(const char *host, const char *netid, struct netbuf *taddr, in add_cache()
209 ad_cache->ac_taddr = (struct netbuf *)malloc(sizeof (struct netbuf)); in add_cache()
280 struct netbuf *addr, taddr; in getclnthandle()
281 struct netbuf addr_to_delete; in getclnthandle()
430 struct netbuf nbuf; in local_rpcb()
525 const struct netbuf *address) in rpcb_set()
549 (struct netbuf *)address); in rpcb_set()
618 static struct netbuf *
621 struct netbuf *na = NULL; in got_entry()
704 struct netbuf *
715 struct netbuf *address = NULL; in __rpcb_findaddr_timed()
717 struct netbuf servaddr; in __rpcb_findaddr_timed()
737 struct netbuf remote; in __rpcb_findaddr_timed()
789 if (((address = (struct netbuf *) in __rpcb_findaddr_timed()
790 malloc(sizeof (struct netbuf))) == NULL) || in __rpcb_findaddr_timed()
1015 struct netbuf *address, const char *host) in rpcb_getaddr()
1017 struct netbuf *na; in rpcb_getaddr()
1107 const struct netbuf *addr_ptr) in rpcb_rmtcall()
1137 struct netbuf *na; in rpcb_rmtcall()
1143 ((struct netbuf *) addr_ptr)->len = 0; in rpcb_rmtcall()
1152 ((struct netbuf *) addr_ptr)->len = 0; in rpcb_rmtcall()
1157 ((struct netbuf *)addr_ptr)->len = na->len; in rpcb_rmtcall()
1237 rpcb_taddr2uaddr(struct netconfig *nconf, struct netbuf *taddr) in rpcb_taddr2uaddr()
1268 struct netbuf *
1272 struct netbuf *taddr; in rpcb_uaddr2taddr()
1289 taddr = (struct netbuf *)calloc(1, sizeof (struct netbuf)); in rpcb_uaddr2taddr()