Home
last modified time | relevance | path

Searched refs:_tlv16_get_value (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/apache2/mDNSResponder/dist/mDNSShared/
Ddnssd_ipc.c304 static const uint8_t *_tlv16_get_value(const uint8_t *const start, const uint8_t *const end, const … in _tlv16_get_value() function
325 return _tlv16_get_value(start, end, type, out_length, NULL); in get_tlv()
332 const char *value = (const char *)_tlv16_get_value(start, end, type, &length, NULL); in get_tlv_string()
346 if ((value = _tlv16_get_value(start, end, type, &length, NULL)) != NULL) in get_tlv_uint32()