[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Source position: mselibc.pas line 2930
type addrinfo = record |
ai_flags: LongInt; |
ai_family: LongInt; |
ai_socktype: LongInt; |
ai_protocol: LongInt; |
ai_addrlen: SOCKLEN_T; |
ai_addr: PSockAddr; |
ai_canonname: Pchar; |
ai_next: Paddrinfo; |
end; |