_alloc_buf
if (_alloc_buf(&p.bind->addr,
if (_alloc_buf(&p.call->addr,
if (_alloc_buf(&p.call->opt, optsize,
if (_alloc_buf(&p.call->udata, (t_scalar_t)dsize,
if (_alloc_buf(&p.opt->opt, optsize,
if (_alloc_buf(&p.dis->udata, info.DDATA_size,
if (_alloc_buf(&p.udata->addr, info.ADDR_size,
if (_alloc_buf(&p.udata->opt, optsize,
if (_alloc_buf(&p.udata->udata, info.TSDU_size,
if (_alloc_buf(&p.uderr->addr, info.ADDR_size,
if (_alloc_buf(&p.uderr->opt, optsize,
static int _alloc_buf(struct netbuf *buf, t_scalar_t n, int fields,
_alloc_buf(&p.call->addr, tiptr->tp_info.addr);
_alloc_buf(&p.call->opt, tiptr->tp_info.options);
_alloc_buf(&p.call->opt, dsize);
_alloc_buf(&p.opt->opt, tiptr->tp_info.options);
_alloc_buf(&p.dis->udata, tiptr->tp_info.discon);
_alloc_buf(&p.udata->addr, tiptr->tp_info.addr);
_alloc_buf(&p.udata->opt, tiptr->tp_info.options);
_alloc_buf(&p.uderr->addr, tiptr->tp_info.addr);
_alloc_buf(&p.uderr->opt, tiptr->tp_info.options);
static void _alloc_buf(struct netbuf *, t_scalar_t);
_alloc_buf(&p.bind->addr, tiptr->tp_info.addr);