Home
last modified time | relevance | path

Searched refs:comp_offsetp (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Dname.c1938 isc_buffer_t *target, uint16_t *comp_offsetp) { in dns_name_towire2() argument
1962 if (comp_offsetp != NULL && *comp_offsetp < 0x4000 && in dns_name_towire2()
1969 offset = *comp_offsetp; in dns_name_towire2()
2027 if (comp_offsetp != NULL) { in dns_name_towire2()
2028 *comp_offsetp = offset; in dns_name_towire2()
2030 } else if (comp_offsetp != NULL) { in dns_name_towire2()
2031 *comp_offsetp = go; in dns_name_towire2()
2045 if (comp_offsetp != NULL) { in dns_name_towire2()
2046 *comp_offsetp = offset; in dns_name_towire2()
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Dname.c1922 dns_name_towire2(const dns_name_t * name,dns_compress_t * cctx,isc_buffer_t * target,uint16_t * comp_offsetp) dns_name_towire2() argument
/netbsd-src/external/mpl/bind/dist/lib/dns/include/dns/
H A Dname.h784 isc_buffer_t *target, uint16_t *comp_offsetp);
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
H A Dname.h754 isc_buffer_t *target, uint16_t *comp_offsetp);