Lines Matching defs:optbuf

3576 render_llq(isc_buffer_t *optbuf, isc_buffer_t *target) {
3582 u = isc_buffer_getuint16(optbuf);
3587 u = isc_buffer_getuint16(optbuf);
3592 u = isc_buffer_getuint16(optbuf);
3597 q = isc_buffer_getuint32(optbuf);
3599 q |= isc_buffer_getuint32(optbuf);
3604 u = isc_buffer_getuint32(optbuf);
3623 isc_buffer_t optbuf;
3691 isc_buffer_init(&optbuf, rdata.data, rdata.length);
3692 isc_buffer_add(&optbuf, rdata.length);
3693 while (isc_buffer_remaininglength(&optbuf) != 0) {
3696 INSIST(isc_buffer_remaininglength(&optbuf) >= 4U);
3697 optcode = isc_buffer_getuint16(&optbuf);
3698 optlen = isc_buffer_getuint16(&optbuf);
3699 INSIST(isc_buffer_remaininglength(&optbuf) >= optlen);
3705 result = render_llq(&optbuf, target);
3717 secs = isc_buffer_getuint32(&optbuf);
3722 &optbuf);
3756 isc_buffer_current(&optbuf),
3764 isc_buffer_forward(&optbuf, optlen);
3774 secs = isc_buffer_getuint32(&optbuf);
3789 dsecs = isc_buffer_getuint16(&optbuf);
3811 &optbuf);
3830 ede = isc_buffer_getuint16(&optbuf);
3853 id = isc_buffer_getuint16(&optbuf);
3863 id = isc_buffer_getuint16(&optbuf);
3881 optdata = isc_buffer_current(&optbuf);
3904 isc_buffer_forward(&optbuf, optlen);
4019 isc_buffer_t optbuf;
4080 isc_buffer_init(&optbuf, rdata.data, rdata.length);
4081 isc_buffer_add(&optbuf, rdata.length);
4082 while (isc_buffer_remaininglength(&optbuf) != 0) {
4083 INSIST(isc_buffer_remaininglength(&optbuf) >= 4U);
4084 optcode = isc_buffer_getuint16(&optbuf);
4085 optlen = isc_buffer_getuint16(&optbuf);
4087 INSIST(isc_buffer_remaininglength(&optbuf) >= optlen);
4094 result = render_llq(&optbuf, target);
4105 secs = isc_buffer_getuint32(&optbuf);
4110 &optbuf);
4142 isc_buffer_current(&optbuf),
4150 isc_buffer_forward(&optbuf, optlen);
4158 secs = isc_buffer_getuint32(&optbuf);
4174 dsecs = isc_buffer_getuint16(&optbuf);
4187 isc_buffer_forward(&optbuf, optlen);
4198 &optbuf);
4212 ede = isc_buffer_getuint16(&optbuf);
4227 optdata = isc_buffer_current(&optbuf);
4233 isc_buffer_forward(&optbuf, optlen);
4241 id = isc_buffer_getuint16(&optbuf);
4250 id = isc_buffer_getuint16(&optbuf);
4267 optdata = isc_buffer_current(&optbuf);
4290 isc_buffer_forward(&optbuf, optlen);