addrinfo Struct Reference

Information about address of a service provider. More...

#include <bsd_socket.h>

Data Fields

int_t ai_flags
 
int_t ai_family
 
int_t ai_socktype
 
int_t ai_protocol
 
socklen_t ai_addrlen
 
struct sockaddrai_addr
 
char_tai_canonname
 
struct addrinfoai_next
 

Detailed Description

Information about address of a service provider.

Definition at line 397 of file bsd_socket.h.

Field Documentation

◆ ai_addr

struct sockaddr* ai_addr

Definition at line 404 of file bsd_socket.h.

◆ ai_addrlen

socklen_t ai_addrlen

Definition at line 403 of file bsd_socket.h.

◆ ai_canonname

char_t* ai_canonname

Definition at line 405 of file bsd_socket.h.

◆ ai_family

int_t ai_family

Definition at line 400 of file bsd_socket.h.

◆ ai_flags

int_t ai_flags

Definition at line 399 of file bsd_socket.h.

◆ ai_next

struct addrinfo* ai_next

Definition at line 406 of file bsd_socket.h.

◆ ai_protocol

int_t ai_protocol

Definition at line 402 of file bsd_socket.h.

◆ ai_socktype

int_t ai_socktype

Definition at line 401 of file bsd_socket.h.


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