Searched refs:putbyte (Results 1 - 1 of 1) sorted by relevance
/bind-9.6-ESV-R11/lib/dns/ |
H A D | rdata.c | 1647 static isc_result_t putbyte(int c, isc_buffer_t *, struct state *state); 1661 RETERR(putbyte(0, target, state)); 1662 RETERR(putbyte(0, target, state)); 1663 RETERR(putbyte(0, target, state)); 1664 RETERR(putbyte(0, target, state)); 1677 RETERR(putbyte((word >> 24) & 0xff, target, state)); 1678 RETERR(putbyte((word >> 16) & 0xff, target, state)); 1679 RETERR(putbyte((word >> 8) & 0xff, target, state)); 1680 RETERR(putbyte(word & 0xff, target, state)); 1693 putbyte(in function [all...] |
Completed in 18 milliseconds