Searched refs:addrbytes (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/
H A Dopt_41.c139 uint8_t addrbytes; local
179 addrbytes = (addrlen + 7) / 8;
180 if (addrbytes + 4 != length) {
184 if (addrbytes != 0U && (addrlen % 8) != 0) {
186 bits &= sregion.base[addrbytes - 1];
187 if (bits != sregion.base[addrbytes - 1]) {
191 isc_region_consume(&sregion, addrbytes);
/netbsd-current/external/mpl/bind/dist/lib/dns/rdata/generic/
H A Dopt_41.c139 uint8_t addrbytes; local
179 addrbytes = (addrlen + 7) / 8;
180 if (addrbytes + 4 != length) {
184 if (addrbytes != 0U && (addrlen % 8) != 0) {
186 bits &= sregion.base[addrbytes - 1];
187 if (bits != sregion.base[addrbytes - 1]) {
191 isc_region_consume(&sregion, addrbytes);
/netbsd-current/external/mpl/bind/dist/lib/ns/
H A Dclient.c1356 uint8_t addrlen, addrbytes, scope, *paddr; local
1440 addrbytes = (addrlen + 7) / 8;
1441 if (isc_buffer_remaininglength(buf) < addrbytes) {
1449 if (addrbytes != 0U) {
1450 memmove(paddr, isc_buffer_current(buf), addrbytes);
1451 isc_buffer_forward(buf, addrbytes);
1452 optlen -= addrbytes;
1456 bits &= paddr[addrbytes - 1];
1457 if (bits != paddr[addrbytes - 1]) {
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Dmessage.c3538 uint8_t addrlen, addrbytes, scopelen; local
3552 addrbytes = (addrlen + 7) / 8;
3553 if (isc_buffer_remaininglength(ecsbuf) < addrbytes) {
3557 if (addrbytes > sizeof(addr)) {
3562 for (i = 0; i < addrbytes; i++) {
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Dmessage.c3555 uint8_t addrlen, addrbytes, scopelen; local
3569 addrbytes = (addrlen + 7) / 8;
3570 if (isc_buffer_remaininglength(ecsbuf) < addrbytes) {
3574 if (addrbytes > sizeof(addr)) {
3579 for (i = 0; i < addrbytes; i++) {

Completed in 413 milliseconds