Home | History | Annotate | Download | only in rpc

Lines Matching refs:netbuf

100 	struct netbuf *ac_taddr;
112 static void delete_cache(struct netbuf *);
113 static void add_cache(const char *, const char *, struct netbuf *, char *);
116 static struct netbuf *got_entry(rpcb_entry_list_ptr, const struct netconfig *);
190 delete_cache(struct netbuf *addr)
218 add_cache(const char *host, const char *netid, struct netbuf *taddr,
308 struct netbuf *addr, taddr;
309 struct netbuf addr_to_delete;
438 struct netbuf nbuf;
534 const struct netbuf *address) /* Services netconfig address */
586 * Remove the mapping between program, version and netbuf address.
588 * If netbuf is NULL, unset for all the transports, otherwise unset
629 static struct netbuf *
632 struct netbuf *na = NULL;
676 struct netbuf *
685 struct netbuf *address = NULL;
687 struct netbuf servaddr;
705 struct netbuf remote;
754 if (((address = malloc(sizeof(struct netbuf))) == NULL) ||
980 const struct netconfig *nconf, struct netbuf *address,
983 struct netbuf *na;
1074 const struct netbuf *addr_ptr) /* Preallocated netbuf address */
1104 struct netbuf *na;
1108 ((struct netbuf *)__UNCONST(addr_ptr))->len = 0;
1116 ((struct netbuf *)__UNCONST(addr_ptr))->len = 0;
1120 ((struct netbuf *)__UNCONST(addr_ptr))->len = na->len;
1200 rpcb_taddr2uaddr(struct netconfig *nconf, struct netbuf *taddr)
1231 * Converts universal address to netbuf. This routine should never
1234 struct netbuf *
1238 struct netbuf *taddr;
1255 taddr = (struct netbuf *)calloc(1, sizeof (struct netbuf));