Lines Matching defs:optbuf
3443 isc_buffer_t optbuf;
3507 isc_buffer_init(&optbuf, rdata.data, rdata.length);
3508 isc_buffer_add(&optbuf, rdata.length);
3509 while (isc_buffer_remaininglength(&optbuf) != 0) {
3510 INSIST(isc_buffer_remaininglength(&optbuf) >= 4U);
3511 optcode = isc_buffer_getuint16(&optbuf);
3512 optlen = isc_buffer_getuint16(&optbuf);
3513 INSIST(isc_buffer_remaininglength(&optbuf) >= optlen);
3526 isc_buffer_current(&optbuf),
3533 isc_buffer_forward(&optbuf, optlen);
3541 secs = isc_buffer_getuint32(&optbuf);
3567 id = isc_buffer_getuint16(&optbuf);
3589 optdata = isc_buffer_current(&optbuf);
3605 isc_buffer_forward(&optbuf, optlen);
3704 isc_buffer_t optbuf;
3759 isc_buffer_init(&optbuf, rdata.data, rdata.length);
3760 isc_buffer_add(&optbuf, rdata.length);
3761 while (isc_buffer_remaininglength(&optbuf) != 0) {
3762 INSIST(isc_buffer_remaininglength(&optbuf) >= 4U);
3763 optcode = isc_buffer_getuint16(&optbuf);
3764 optlen = isc_buffer_getuint16(&optbuf);
3765 INSIST(isc_buffer_remaininglength(&optbuf) >= optlen);
3778 isc_buffer_current(&optbuf),
3785 isc_buffer_forward(&optbuf, optlen);
3792 secs = isc_buffer_getuint32(&optbuf);
3814 id = isc_buffer_getuint16(&optbuf);
3834 optdata = isc_buffer_current(&optbuf);
3850 isc_buffer_forward(&optbuf, optlen);