Searched refs:decode_bitstring (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/bsd/libbind/dist/nameser/ |
H A D | ns_name.c | 83 static int decode_bitstring(const unsigned char **, 140 if ((m = decode_bitstring(&cp, dn, eom)) < 0) in ns_name_ntop() 982 decode_bitstring(const unsigned char **cpp, char *dn, const char *eom) in decode_bitstring() function
|
/netbsd-src/lib/libc/nameser/ |
H A D | ns_name.c | 89 static int decode_bitstring(const unsigned char **, 146 if ((m = decode_bitstring(&cp, dn, eom)) < 0) in ns_name_ntop() 999 decode_bitstring(const unsigned char **cpp, char *dn, const char *eom) in decode_bitstring() function
|