Go to the source code of this file.
Defines | |
#define | UUID_LEN 16 |
Functions | |
int | is_nil_uuid (const u8 *uuid) |
int | uuid_bin2str (const u8 *bin, char *str, size_t max_len) |
int | uuid_str2bin (const char *str, u8 *bin) |
int uuid_bin2str | ( | const u8 * | bin, | |
char * | str, | |||
size_t | max_len | |||
) |