Home
last modified time | relevance | path

Searched defs:zsock_addrinfo (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-3.7.0/include/zephyr/net/
Dsocket.h276 struct zsock_addrinfo { struct
277 struct zsock_addrinfo *ai_next; /**< Pointer to next address entry */ argument
278 int ai_flags; /**< Additional options */
279 int ai_family; /**< Address family of the returned addresses */
280 int ai_socktype; /**< Socket type, for example SOCK_STREAM or SOCK_DGRAM */
281 int ai_protocol; /**< Protocol for addresses, 0 means any protocol */
282 int ai_eflags; /**< Extended flags for special usage */
283 socklen_t ai_addrlen; /**< Length of the socket address */
284 struct sockaddr *ai_addr; /**< Pointer to the address */
285 char *ai_canonname; /**< Optional official name of the host */
[all …]