|
BitLab 0.1.0
BitLab: A Browser for the Bitcoin P2P Network and Blockchain
|
#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 addrinfo * | ai_next |
| struct sockaddr* addrinfo::ai_addr |
Definition at line 67 of file ip.h.
Referenced by lookup_address().
| int addrinfo::ai_family |
Definition at line 63 of file ip.h.
Referenced by lookup_address().
| struct addrinfo* addrinfo::ai_next |
Definition at line 69 of file ip.h.
Referenced by lookup_address().
| int addrinfo::ai_socktype |
Definition at line 64 of file ip.h.
Referenced by lookup_address().