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

/bind-9.11.3/bin/named/
H A Dxfrout.c663 isc_buffer_t txlenbuf; /* Transmit length buffer */ member in struct:__anon28
1217 isc_buffer_init(&xfr->txlenbuf, mem, 2);
1275 isc_buffer_clear(&xfr->txlenbuf);
1504 isc_buffer_putuint16(&xfr->txlenbuf,
1506 region.base = xfr->txlenbuf.base;

Completed in 15 milliseconds