Searched defs:zsock_addrinfo (Results 1 – 1 of 1) sorted by relevance
276 struct zsock_addrinfo { struct277 struct zsock_addrinfo *ai_next; /**< Pointer to next address entry */ argument278 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 …]