Home | History | Annotate | Download | only in rpcbind

Lines Matching refs:netbuf

94         struct netbuf   *caller_addr;
111 static int forward_register(u_int32_t, struct netbuf *, int, char *,
116 static int netbufcmp(struct netbuf *, struct netbuf *);
117 static struct netbuf *netbufdup(struct netbuf *);
118 static void netbuffree(struct netbuf *);
383 static struct netbuf nbuf;
384 static struct netbuf *taddr;
393 (void) memset(&nbuf, 0, sizeof (struct netbuf));
408 struct netbuf *taddr = arg;
614 struct netbuf *caller;
619 struct netbuf *na = NULL;
630 struct netbuf tbuf;
933 forward_register(u_int32_t caller_xid, struct netbuf *caller_addr,
1054 netbufcmp(struct netbuf *n1, struct netbuf *n2)
1060 netbuf_copybuf(struct netbuf *dst, const struct netbuf *src)
1078 static struct netbuf *
1079 netbufdup(struct netbuf *ap)
1081 struct netbuf *np;
1083 if ((np = calloc(1, sizeof(struct netbuf))) == NULL)
1093 netbuffree(struct netbuf *ap)