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

/osnet-11/usr/src/lib/libsocket/inet/
H A Dinet6_opt.c69 socklen_t len, uint_t align, void **databufp)
128 if (databufp) {
129 *databufp = p;
210 socklen_t *lenp, void **databufp)
254 if (databufp) {
255 *databufp = p + 2;
271 socklen_t *lenp, void **databufp)
277 databufp);
68 inet6_opt_append(void *extbuf, socklen_t extlen, int offset, uint8_t type, socklen_t len, uint_t align, void **databufp) argument
209 inet6_opt_next(void *extbuf, socklen_t extlen, int offset, uint8_t *typep, socklen_t *lenp, void **databufp) argument
270 inet6_opt_find(void *extbuf, socklen_t extlen, int offset, uint8_t type, socklen_t *lenp, void **databufp) argument
/osnet-11/usr/src/lib/libnsl/nsl/
H A D_utility.c1401 struct strbuf *databufp,
1406 databufp->len = 0;
1409 databufp->buf = tiptr->ti_rcvbuf;
1411 databufp->maxlen = tiptr->ti_rcvsize;
1413 databufp->buf = NULL;
1414 databufp->maxlen = 0;
1420 if ((databufp->maxlen = _t_rbuf_alloc(tiptr,
1421 &databufp->buf)) < 0) {
1399 _t_acquire_databuf( struct _ti_user *tiptr, struct strbuf *databufp, int *didallocp) argument

Completed in 17 milliseconds