Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsocket/inet/
H A Dinet6_opt.c70 socklen_t len, uint_t align, void **databufp) in inet6_opt_append() argument
129 if (databufp) { in inet6_opt_append()
130 *databufp = p; in inet6_opt_append()
211 socklen_t *lenp, void **databufp) in inet6_opt_next() argument
255 if (databufp) { in inet6_opt_next()
256 *databufp = p + 2; in inet6_opt_next()
272 socklen_t *lenp, void **databufp) in inet6_opt_find() argument
278 databufp); in inet6_opt_find()
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/netinet/
H A Din.h1165 uint8_t type, socklen_t len, uint_t align, void **databufp);
1170 uint8_t *typep, socklen_t *lenp, void **databufp);
1172 uint8_t type, socklen_t *lenp, void **databufp);