Home
last modified time | relevance | path

Searched refs:str_to_u8 (Results 1 – 12 of 12) sorted by relevance

/dports/dns/knot3-lib/knot-3.1.5/src/contrib/
H A Dstrtonum.h100 inline static int str_to_u8(const char *src, uint8_t *dst) in str_to_u8() function
/dports/dns/knot3/knot-3.1.5/src/contrib/
H A Dstrtonum.h100 inline static int str_to_u8(const char *src, uint8_t *dst) in str_to_u8() function
/dports/dns/knot3/knot-3.1.5/src/utils/knsec3hash/
H A Dknsec3hash.c65 int r = str_to_u8(algorithm_str, &algorithm); in parse_nsec3_params()
/dports/dns/knot3-lib/knot-3.1.5/src/utils/knsec3hash/
H A Dknsec3hash.c65 int r = str_to_u8(algorithm_str, &algorithm); in parse_nsec3_params()
/dports/dns/knot3/knot-3.1.5/tests/contrib/
H A Dtest_strtonum.c31 ok(str_to_u8(in, &out) == errcode && in test_u8()
/dports/dns/knot3-lib/knot-3.1.5/tests/contrib/
H A Dtest_strtonum.c31 ok(str_to_u8(in, &out) == errcode && in test_u8()
/dports/dns/knot3-lib/knot-3.1.5/src/utils/keymgr/
H A Dbind_privkey.c92 int r = str_to_u8(string, algorithm); in parse_algorithm()
/dports/dns/knot3/knot-3.1.5/src/utils/keymgr/
H A Dbind_privkey.c92 int r = str_to_u8(string, algorithm); in parse_algorithm()
/dports/dns/knot3-lib/knot-3.1.5/src/knot/modules/geoip/
H A Dgeoip.c459 ret = str_to_u8(slash + 1, &view->subnet_prefix); in parse_view()
478 ret = str_to_u8(yp->data, &weight); in parse_view()
/dports/dns/knot3/knot-3.1.5/src/knot/modules/geoip/
H A Dgeoip.c459 ret = str_to_u8(slash + 1, &view->subnet_prefix); in parse_view()
478 ret = str_to_u8(yp->data, &weight); in parse_view()
/dports/dns/knot3-lib/knot-3.1.5/src/utils/kdig/
H A Dkdig_params.c1152 if (str_to_u8(mask, &num) != KNOT_EOK || num > q->subnet.source_len) { in opt_subnet()
1180 if (str_to_u8(arg, &num) != KNOT_EOK) { in opt_edns()
/dports/dns/knot3/knot-3.1.5/src/utils/kdig/
H A Dkdig_params.c1152 if (str_to_u8(mask, &num) != KNOT_EOK || num > q->subnet.source_len) { in opt_subnet()
1180 if (str_to_u8(arg, &num) != KNOT_EOK) { in opt_edns()