Home
last modified time | relevance | path

Searched refs:isc_buffer_activelength (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/mpl/bind/dist/lib/isc/include/isc/
H A Dbuffer.h165 #define isc_buffer_activelength(b) ((b)->active - (b)->current) /* c-b */
760 r->length = isc_buffer_activelength(b);
162 #define isc_buffer_activelength( global() macro
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A Dbuffer.h168 #define isc_buffer_activelength(b) ((b)->active - (b)->current) /* c-b */ macro
900 (_r)->length = isc_buffer_activelength(_b); \
/netbsd-src/external/mpl/bind/dist/lib/dns/rdata/generic/
H A Dhip_55.c232 while (isc_buffer_activelength(source) > 0) { in fromwire_hip()
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/
H A Dhip_55.c233 while (isc_buffer_activelength(source) > 0) { in fromwire_hip()
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Drdata.c790 activelength = isc_buffer_activelength(source); in dns_rdata_fromwire()
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Drdata.c995 activelength = isc_buffer_activelength(source); in dns_rdata_fromtext()