BitLab 0.1.0
BitLab: A Browser for the Bitcoin P2P Network and Blockchain
Loading...
Searching...
No Matches
addrinfo Struct Reference

#include <ip.h>

Data Fields

int ai_flags
 
int ai_family
 
int ai_socktype
 
int ai_protocol
 
socklen_t ai_addrlen
 
struct sockaddr * ai_addr
 
char * ai_canonname
 
struct addrinfoai_next
 

Detailed Description

Definition at line 61 of file ip.h.

Field Documentation

◆ ai_addr

struct sockaddr* addrinfo::ai_addr

Definition at line 67 of file ip.h.

Referenced by lookup_address().

◆ ai_addrlen

socklen_t addrinfo::ai_addrlen

Definition at line 66 of file ip.h.

◆ ai_canonname

char* addrinfo::ai_canonname

Definition at line 68 of file ip.h.

◆ ai_family

int addrinfo::ai_family

Definition at line 63 of file ip.h.

Referenced by lookup_address().

◆ ai_flags

int addrinfo::ai_flags

Definition at line 62 of file ip.h.

◆ ai_next

struct addrinfo* addrinfo::ai_next

Definition at line 69 of file ip.h.

Referenced by lookup_address().

◆ ai_protocol

int addrinfo::ai_protocol

Definition at line 65 of file ip.h.

◆ ai_socktype

int addrinfo::ai_socktype

Definition at line 64 of file ip.h.

Referenced by lookup_address().


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