Home
last modified time | relevance | path

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

/external/avahi/avahi-core/
Ddns.c431 int avahi_dns_packet_consume_uint16(AvahiDnsPacket *p, uint16_t *ret_v) { in avahi_dns_packet_consume_uint16() function
545 if (avahi_dns_packet_consume_uint16(p, &r->data.srv.priority) < 0 || in parse_rdata()
546 avahi_dns_packet_consume_uint16(p, &r->data.srv.weight) < 0 || in parse_rdata()
547 avahi_dns_packet_consume_uint16(p, &r->data.srv.port) < 0 || in parse_rdata()
631 avahi_dns_packet_consume_uint16(p, &type) < 0 || in avahi_dns_packet_consume_record()
632 avahi_dns_packet_consume_uint16(p, &class) < 0 || in avahi_dns_packet_consume_record()
634 avahi_dns_packet_consume_uint16(p, &rdlength) < 0 || in avahi_dns_packet_consume_record()
668 avahi_dns_packet_consume_uint16(p, &type) < 0 || in avahi_dns_packet_consume_key()
669 avahi_dns_packet_consume_uint16(p, &class) < 0) in avahi_dns_packet_consume_key()
Ddns.h67 int avahi_dns_packet_consume_uint16(AvahiDnsPacket *p, uint16_t *ret_v);