Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
dns_resolve_srv Struct Reference

SRV record information. More...

#include <zephyr/net/dns_resolve.h>

Data Fields

uint16_t priority
 Priority of the server order, lower value means higher priority.
uint16_t weight
 Weight of the server for load balancing.
uint16_t port
 Port number of the service.
size_t targetlen
 Length of the target field.
char target [20+1]
 Target field (NULL terminated).

Detailed Description

SRV record information.

Field Documentation

◆ port

uint16_t dns_resolve_srv::port

Port number of the service.

◆ priority

uint16_t dns_resolve_srv::priority

Priority of the server order, lower value means higher priority.

◆ target

char dns_resolve_srv::target[20+1]

Target field (NULL terminated).

◆ targetlen

size_t dns_resolve_srv::targetlen

Length of the target field.

◆ weight

uint16_t dns_resolve_srv::weight

Weight of the server for load balancing.


The documentation for this struct was generated from the following file: