Home
last modified time | relevance | path

Searched defs:isc_buffer_activelength (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/mpl/bind/dist/lib/isc/include/isc/
H A Dbuffer.h162 #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