Searched refs:uint32_tobuffer (Results 1 - 12 of 12) sorted by relevance
/bind-9.6-ESV-R11/lib/dns/rdata/generic/ |
H A D | soa_6.c | 72 RETERR(uint32_tobuffer(token.value.as_ulong, target)); 79 RETERR(uint32_tobuffer(n, target)); 295 RETERR(uint32_tobuffer(soa->serial, target)); 296 RETERR(uint32_tobuffer(soa->refresh, target)); 297 RETERR(uint32_tobuffer(soa->retry, target)); 298 RETERR(uint32_tobuffer(soa->expire, target)); 299 return (uint32_tobuffer(soa->minimum, target));
|
H A D | rrsig_46.c | 86 RETERR(uint32_tobuffer(token.value.as_ulong, target)); 107 RETERR(uint32_tobuffer(time_expire, target)); 128 RETERR(uint32_tobuffer(time_signed, target)); 386 RETERR(uint32_tobuffer(sig->originalttl, target)); 391 RETERR(uint32_tobuffer(sig->timeexpire, target)); 396 RETERR(uint32_tobuffer(sig->timesigned, target));
|
H A D | sig_24.c | 86 RETERR(uint32_tobuffer(token.value.as_ulong, target)); 94 RETERR(uint32_tobuffer(time_expire, target)); 102 RETERR(uint32_tobuffer(time_signed, target)); 391 RETERR(uint32_tobuffer(sig->originalttl, target)); 396 RETERR(uint32_tobuffer(sig->timeexpire, target)); 401 RETERR(uint32_tobuffer(sig->timesigned, target));
|
H A D | tkey_249.c | 62 RETERR(uint32_tobuffer(token.value.as_ulong, target)); 69 RETERR(uint32_tobuffer(token.value.as_ulong, target)); 366 RETERR(uint32_tobuffer(tkey->inception, target)); 371 RETERR(uint32_tobuffer(tkey->expire, target));
|
H A D | loc_29.c | 445 RETERR(uint32_tobuffer(latitude, target)); 451 RETERR(uint32_tobuffer(longitude, target)); 453 return (uint32_tobuffer(altitude, target)); 694 RETERR(uint32_tobuffer(loc->v.v0.latitude, target)); 699 RETERR(uint32_tobuffer(loc->v.v0.longitude, target)); 700 return (uint32_tobuffer(loc->v.v0.altitude, target));
|
H A D | l32_105.c | 141 return (uint32_tobuffer(n, target));
|
H A D | ipseckey_45.c | 307 RETERR(uint32_tobuffer(n, target));
|
/bind-9.6-ESV-R11/lib/dns/rdata/hs_4/ |
H A D | a_1.c | 148 return (uint32_tobuffer(n, target));
|
/bind-9.6-ESV-R11/lib/dns/rdata/in_1/ |
H A D | a_1.c | 149 return (uint32_tobuffer(n, target));
|
H A D | wks_11.c | 280 RETERR(uint32_tobuffer(a, target));
|
/bind-9.6-ESV-R11/lib/dns/rdata/any_255/ |
H A D | tsig_250.c | 66 RETERR(uint32_tobuffer((isc_uint32_t)(sigtime & 0xffffffffU), target)); 381 RETERR(uint32_tobuffer((isc_uint32_t)(tsig->timesigned & 0xffffffffU),
|
/bind-9.6-ESV-R11/lib/dns/ |
H A D | rdata.c | 153 uint32_tobuffer(isc_uint32_t, isc_buffer_t *target); 1480 uint32_tobuffer(isc_uint32_t value, isc_buffer_t *target) { function
|
Completed in 34 milliseconds