Lines Matching defs:netbuf
135 if (!rpcb_set(rpc->prognum, ver, nconf, &(rpc->netbuf))) {
229 tlx_bind(int fd, const struct netbuf *reqaddr, struct netbuf *retaddr, int qlen)
293 * Compare contents of netbuf for equality. Return B_TRUE on a match and
297 netbufs_equal(struct netbuf *n1, struct netbuf *n2)
314 struct netbuf *reqaddr;
315 struct netbuf *retaddr;
316 struct netbuf netbuf;
356 retaddr = &(rpc->netbuf);
359 netbuf.buf = (char *)&ss;
360 netbuf.maxlen = sizeof (ss);
361 retaddr = &netbuf;