Lines Matching refs:host_offset
35 uint16_t host_offset, uint32_t addr,
48 uint16_t host_offset, const uint8_t addr[16],
56 uint16_t *host_offset);
301 uint16_t host_offset, uint32_t addr, uint8_t *buf, in add_a_record() argument
310 if ((DNS_SD_PTR_MASK & host_offset) != 0) { in add_a_record()
312 host_offset); in add_a_record()
328 inst_offs = host_offset; in add_a_record()
518 uint16_t host_offset, const uint8_t addr[16], in add_aaaa_record() argument
527 if ((DNS_SD_PTR_MASK & host_offset) != 0) { in add_aaaa_record()
529 host_offset); in add_aaaa_record()
545 inst_offs = host_offset; in add_aaaa_record()
570 uint16_t *host_offset) in add_srv_record() argument
631 *host_offset = offset; in add_srv_record()
737 uint16_t host_offset; in dns_sd_handle_ptr_query() local
791 buf_size - offset, &host_offset); in dns_sd_handle_ptr_query()
800 r = add_aaaa_record(inst, DNS_SD_AAAA_TTL, host_offset, addr6->s6_addr, buf, offset, in dns_sd_handle_ptr_query()
812 r = add_a_record(inst, DNS_SD_A_TTL, host_offset, tmp, buf, offset, in dns_sd_handle_ptr_query()