etc/services - sync with NetBSD-8
[minix.git] / external / bsd / libevent / man / evutil_addrinfo.3
blob44f086131ab1d7e751f3237ee609a441b8e00937
1 .TH "evutil_addrinfo" 3 "Tue Jan 27 2015" "libevent" \" -*- nroff -*-
2 .ad l
3 .nh
4 .SH NAME
5 evutil_addrinfo \- 
6 .PP
7 A definition of struct addrinfo for systems that lack it\&.  
9 .SH SYNOPSIS
10 .br
11 .PP
12 .PP
13 \fC#include <util\&.h>\fP
14 .SS "Data Fields"
16 .in +1c
17 .ti -1c
18 .RI "struct sockaddr * \fBai_addr\fP"
19 .br
20 .ti -1c
21 .RI "size_t \fBai_addrlen\fP"
22 .br
23 .ti -1c
24 .RI "char * \fBai_canonname\fP"
25 .br
26 .ti -1c
27 .RI "int \fBai_family\fP"
28 .br
29 .ti -1c
30 .RI "int \fBai_flags\fP"
31 .br
32 .ti -1c
33 .RI "struct \fBevutil_addrinfo\fP * \fBai_next\fP"
34 .br
35 .ti -1c
36 .RI "int \fBai_protocol\fP"
37 .br
38 .ti -1c
39 .RI "int \fBai_socktype\fP"
40 .br
41 .in -1c
42 .SH "Detailed Description"
43 .PP 
44 A definition of struct addrinfo for systems that lack it\&. 
46 (This is just an alias for struct addrinfo if the system defines struct addrinfo\&.) 
48 .SH "Author"
49 .PP 
50 Generated automatically by Doxygen for libevent from the source code\&.