Searched refs:avahi_dns_packet_consume_uint16 (Results 1 – 2 of 2) sorted by relevance
/external/avahi/avahi-core/ |
D | dns.c | 431 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()
|
D | dns.h | 67 int avahi_dns_packet_consume_uint16(AvahiDnsPacket *p, uint16_t *ret_v);
|