Searched refs:lb_size (Results 1 – 4 of 4) sorted by relevance
28 uint16_t lb_size; in dns_msg_pack_qname() local33 lb_size = 0U; in dns_msg_pack_qname()49 lb_size += 1U; in dns_msg_pack_qname()52 buf[lb_start] = lb_size; in dns_msg_pack_qname()53 lb_size = 0U; in dns_msg_pack_qname()57 buf[lb_start] = lb_size; in dns_msg_pack_qname()366 uint16_t lb_size; in dns_copy_qname() local377 lb_size = msg[pos]; in dns_copy_qname()380 if (lb_size > DNS_LABEL_MAX_SIZE) { in dns_copy_qname()397 if (DNS_LABEL_LEN_SIZE + lb_size > MIN(size - *len, msg_size - pos)) { in dns_copy_qname()[all …]
48 pos == config_info->lb_size - 2) { in ipm_console_thread()49 if (pos != config_info->lb_size - 2) { in ipm_console_thread()
57 unsigned int lb_size; member
68 .lb_size = LINE_BUF_SIZE,