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

Field Documentation

◆ ai_addr

struct sockaddr* ai_addr

Definition at line 489 of file bsd_socket.h.

◆ ai_addrlen

socklen_t ai_addrlen

Definition at line 488 of file bsd_socket.h.

◆ ai_canonname

char_t* ai_canonname

Definition at line 490 of file bsd_socket.h.

◆ ai_family

int_t ai_family

Definition at line 485 of file bsd_socket.h.

◆ ai_flags

int_t ai_flags

Definition at line 484 of file bsd_socket.h.

◆ ai_next

struct addrinfo* ai_next

Definition at line 491 of file bsd_socket.h.

◆ ai_protocol

int_t ai_protocol

Definition at line 487 of file bsd_socket.h.

◆ ai_socktype

int_t ai_socktype

Definition at line 486 of file bsd_socket.h.


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