Searched refs:semantic (Results 1 – 3 of 3) sorted by relevance
1009 * Arbitrary information communicated in discovery packets - there is no semantic meaning to these1016 * Arbitrary information communicated in discovery packets - there is no semantic meaning to these1206 * Arbitrary information communicated to the peer - there is no semantic meaning to these1213 * Arbitrary information communicated in discovery packets - there is no semantic meaning to these1260 * is no semantic meaning to these bytes. They are passed-through from sender to receiver as-is1301 * is no semantic meaning to these bytes. They are passed-through from sender to receiver as-is1406 * Arbitrary information communicated in discovery packets - there is no semantic meaning to these1506 * Received message from the peer - there is no semantic meaning to these bytes. They are1513 * Arbitrary information communicated in discovery packets - there is no semantic meaning to these1583 * is no semantic meaning to these bytes. They are passed-through from sender to receiver as-is[all …]
304 const cppbor::Semantic* semantic = item->asSemantic(); in cborPrettyPrintInternal() local305 snprintf(buf, sizeof(buf), "tag %" PRIu64 " ", semantic->value()); in cborPrettyPrintInternal()307 cborPrettyPrintInternal(semantic->child().get(), out, indent, maxBStrSize, in cborPrettyPrintInternal()
42 Note that major type 6, semantic tag, is not yet implemented.