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; in rpcbproc_uaddr2taddr_com()
384 static struct netbuf *taddr; in rpcbproc_uaddr2taddr_com()
393 (void) memset(&nbuf, 0, sizeof (struct netbuf)); in rpcbproc_uaddr2taddr_com()
408 struct netbuf *taddr = arg; in rpcbproc_taddr2uaddr_com()
614 struct netbuf *caller; in rpcbproc_callit_com()
619 struct netbuf *na = NULL; in rpcbproc_callit_com()
630 struct netbuf tbuf; in rpcbproc_callit_com()
933 forward_register(u_int32_t caller_xid, struct netbuf *caller_addr, in forward_register()
1054 netbufcmp(struct netbuf *n1, struct netbuf *n2) in netbufcmp()
1060 netbuf_copybuf(struct netbuf *dst, const struct netbuf *src) in netbuf_copybuf()
1078 static struct netbuf *
1079 netbufdup(struct netbuf *ap) in netbufdup()
1081 struct netbuf *np; in netbufdup()
1083 if ((np = calloc(1, sizeof(struct netbuf))) == NULL) in netbufdup()
1093 netbuffree(struct netbuf *ap) in netbuffree()