Home
last modified time | relevance | path

Searched refs:ISC_R_BADHEX (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/ntp/lib/isc/
H A Dhex.c101 return (ISC_R_BADHEX); in hex_decode_char()
110 return (ISC_R_BADHEX); in hex_decode_char()
124 return (ISC_R_BADHEX); in hex_decode_finish()
/freebsd-13.1/contrib/ntp/lib/isc/include/isc/
H A Dresult.h78 #define ISC_R_BADHEX 49 /*%< bad hex encoding */ macro