Home
last modified time | relevance | path

Searched refs:databufp (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/lib/libsocket/inet/
H A Dinet6_opt.c72 socklen_t len, uint_t align, void **databufp) in inet6_opt_append() argument
131 if (databufp) { in inet6_opt_append()
132 *databufp = p; in inet6_opt_append()
213 socklen_t *lenp, void **databufp) in inet6_opt_next() argument
257 if (databufp) { in inet6_opt_next()
258 *databufp = p + 2; in inet6_opt_next()
274 socklen_t *lenp, void **databufp) in inet6_opt_find() argument
280 databufp); in inet6_opt_find()
/titanic_50/usr/src/lib/libnsl/nsl/
H A D_utility.c1396 struct strbuf *databufp, in _t_acquire_databuf() argument
1401 databufp->len = 0; in _t_acquire_databuf()
1404 databufp->buf = tiptr->ti_rcvbuf; in _t_acquire_databuf()
1406 databufp->maxlen = tiptr->ti_rcvsize; in _t_acquire_databuf()
1408 databufp->buf = NULL; in _t_acquire_databuf()
1409 databufp->maxlen = 0; in _t_acquire_databuf()
1415 if ((databufp->maxlen = _t_rbuf_alloc(tiptr, in _t_acquire_databuf()
1416 &databufp->buf)) < 0) { in _t_acquire_databuf()
/titanic_50/usr/src/uts/common/netinet/
H A Din.h1154 uint8_t type, socklen_t len, uint_t align, void **databufp);
1159 uint8_t *typep, socklen_t *lenp, void **databufp);
1161 uint8_t type, socklen_t *lenp, void **databufp);