Lines Matching refs:netbuf
78 struct netbuf *ac_taddr;
92 static void delete_cache(struct netbuf *);
93 static void add_cache(const char *, const char *, struct netbuf *, char *);
96 static struct netbuf *got_entry(rpcb_entry_list_ptr, const struct netconfig *);
164 delete_cache(struct netbuf *addr) in delete_cache()
189 add_cache(const char *host, const char *netid, struct netbuf *taddr, in add_cache()
202 ad_cache->ac_taddr = (struct netbuf *)malloc(sizeof (struct netbuf)); in add_cache()
273 struct netbuf *addr, taddr; in getclnthandle()
274 struct netbuf addr_to_delete; in getclnthandle()
423 struct netbuf nbuf; in local_rpcb()
519 const struct netbuf *address) in rpcb_set()
543 (struct netbuf *)address); in rpcb_set()
612 static struct netbuf *
615 struct netbuf *na = NULL; in got_entry()
698 struct netbuf *
709 struct netbuf *address = NULL; in __rpcb_findaddr_timed()
711 struct netbuf servaddr; in __rpcb_findaddr_timed()
731 struct netbuf remote; in __rpcb_findaddr_timed()
793 if (((address = (struct netbuf *) in __rpcb_findaddr_timed()
794 malloc(sizeof (struct netbuf))) == NULL) || in __rpcb_findaddr_timed()
1019 struct netbuf *address, const char *host) in rpcb_getaddr()
1021 struct netbuf *na; in rpcb_getaddr()
1111 const struct netbuf *addr_ptr) in rpcb_rmtcall()
1141 struct netbuf *na; in rpcb_rmtcall()
1147 ((struct netbuf *) addr_ptr)->len = 0; in rpcb_rmtcall()
1156 ((struct netbuf *) addr_ptr)->len = 0; in rpcb_rmtcall()
1161 ((struct netbuf *)addr_ptr)->len = na->len; in rpcb_rmtcall()
1241 rpcb_taddr2uaddr(struct netconfig *nconf, struct netbuf *taddr) in rpcb_taddr2uaddr()
1272 struct netbuf *
1276 struct netbuf *taddr; in rpcb_uaddr2taddr()
1293 taddr = (struct netbuf *)calloc(1, sizeof (struct netbuf)); in rpcb_uaddr2taddr()