Searched refs:ns_name_pton (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/libresolv2/common/nameser/ |
H A D | ns_sign.c | 110 n = ns_name_pton(key->dk_key_name, name, sizeof name); in ns_sign2() 117 n = ns_name_pton("", name, sizeof name); in ns_sign2()
|
H A D | ns_verify.c | 253 n = ns_name_pton(name, buf2, sizeof(buf2)); in ns_verify() 267 n = ns_name_pton(alg, buf2, sizeof(buf2)); in ns_verify()
|
H A D | ns_name.c | 201 ns_name_pton(const char *src, u_char *dst, size_t dstsiz) { in ns_name_pton() function 649 if (ns_name_pton(src, tmp, sizeof tmp) == -1) in ns_name_compress()
|
/titanic_41/usr/src/head/arpa/ |
H A D | nameser.h | 578 #define ns_name_pton __ns_name_pton macro 634 int ns_name_pton(const char *, uchar_t *, size_t);
|