Searched defs:putbyte (Results 1 - 1 of 1) sorted by relevance
/bind-9.11.3/lib/dns/ |
H A D | rdata.c | 1917 static isc_result_t putbyte(int c, isc_buffer_t *, struct state *state); 1931 RETERR(putbyte(0, target, state)); 1932 RETERR(putbyte(0, target, state)); 1933 RETERR(putbyte(0, target, state)); 1934 RETERR(putbyte(0, target, state)); 1947 RETERR(putbyte((word >> 24) & 0xff, target, state)); 1948 RETERR(putbyte((word >> 16) & 0xff, target, state)); 1949 RETERR(putbyte((word >> 8) & 0xff, target, state)); 1950 RETERR(putbyte(word & 0xff, target, state)); 1963 putbyte(in function [all...] |
Completed in 18 milliseconds