Searched refs:txt_fromwire (Results 1 – 8 of 8) sorted by relevance
/openbsd/usr.bin/dig/lib/dns/rdata/generic/ |
H A D | hinfo_13.c | 51 RETERR(txt_fromwire(source, target)); in fromwire_hinfo() 52 return (txt_fromwire(source, target)); in fromwire_hinfo()
|
H A D | isdn_20.c | 52 RETERR(txt_fromwire(source, target)); in fromwire_isdn() 55 return (txt_fromwire(source, target)); in fromwire_isdn()
|
H A D | naptr_35.c | 208 RETERR(txt_fromwire(source, target)); in fromwire_naptr() 213 RETERR(txt_fromwire(source, target)); in fromwire_naptr() 219 RETERR(txt_fromwire(source, target)); in fromwire_naptr()
|
H A D | x25_19.c | 53 return (txt_fromwire(source, target)); in fromwire_x25()
|
H A D | gpos_27.c | 59 RETERR(txt_fromwire(source, target)); in fromwire_gpos()
|
H A D | txt_16.c | 49 result = txt_fromwire(source, target); in generic_fromwire_txt()
|
H A D | resinfo_261.c | 49 result = txt_fromwire(source, target); in generic_fromwire_resinfo()
|
/openbsd/usr.bin/dig/lib/dns/ |
H A D | rdata.c | 89 txt_fromwire(isc_buffer_t *source, isc_buffer_t *target); 1175 txt_fromwire(isc_buffer_t *source, isc_buffer_t *target) { in txt_fromwire() function
|