HomeSort by: relevance | last modified time | path
    Searched refs:INT64_HEX_STRING_MAX (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp.h 58 #define INT64_HEX_STRING_MAX 17 // Maximum size of an int64_t printed as hex, including NUL termination
srp-replication.c 3352 char partner_id_buf[INT64_HEX_STRING_MAX];
3353 char dataset_id_buf[INT64_HEX_STRING_MAX];
3354 char xpanid_buf[INT64_HEX_STRING_MAX];
3355 char priority_buf[INT64_HEX_STRING_MAX];
3421 char other_xpanid_buf[INT64_HEX_STRING_MAX];
3438 if (partner_id_string != NULL && partner_id_string_len < INT64_HEX_STRING_MAX) {
3456 if (dataset_id_string != NULL && dataset_id_string_len < INT64_HEX_STRING_MAX) {
3470 if (priority_string != NULL && priority_string_len < INT64_HEX_STRING_MAX) {
6120 char partner_id_buf[INT64_HEX_STRING_MAX];
6121 char dataset_id_buf[INT64_HEX_STRING_MAX];
    [all...]

Completed in 24 milliseconds