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 552 of file bsd_socket.h.

Field Documentation

◆ ai_addr

struct sockaddr* ai_addr

Definition at line 559 of file bsd_socket.h.

◆ ai_addrlen

socklen_t ai_addrlen

Definition at line 558 of file bsd_socket.h.

◆ ai_canonname

char_t* ai_canonname

Definition at line 560 of file bsd_socket.h.

◆ ai_family

int_t ai_family

Definition at line 555 of file bsd_socket.h.

◆ ai_flags

int_t ai_flags

Definition at line 554 of file bsd_socket.h.

◆ ai_next

struct addrinfo* ai_next

Definition at line 561 of file bsd_socket.h.

◆ ai_protocol

int_t ai_protocol

Definition at line 557 of file bsd_socket.h.

◆ ai_socktype

int_t ai_socktype

Definition at line 556 of file bsd_socket.h.


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