Searched defs:netptr (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc_vc.c1035 struct netbuf *netptr = (struct netbuf *)xprt->xp_p2; local
1037 netptr->len = tcp->opt.len;
1038 netptr->maxlen = tcp->opt.len;
1039 if ((netptr->buf = malloc(tcp->opt.len)) == NULL)
1041 (void) memcpy(netptr->buf, tcp->opt.buf, tcp->opt.len);

Completed in 47 milliseconds