getaddrinfo.3 (0bfd163f522701b486e066fa2e56624c02f5081a) | getaddrinfo.3 (0aee91e1fb311f4f92779bb2c7ef0c1fe10d8d35) |
---|---|
1.\" $KAME: getaddrinfo.3,v 1.36 2005/01/05 03:23:05 itojun Exp $ 2.\" $OpenBSD: getaddrinfo.3,v 1.35 2004/12/21 03:40:31 jaredy Exp $ 3.\" 4.\" Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") 5.\" Copyright (C) 2000, 2001 Internet Software Consortium. 6.\" 7.\" Permission to use, copy, modify, and distribute this software for any 8.\" purpose with or without fee is hereby granted, provided that the above --- 223 unchanged lines hidden (view full) --- 232.Li addrinfo 233structures. 234The list can be traversed by following the 235.Fa ai_next 236pointer in each 237.Li addrinfo 238structure until a null pointer is encountered. 239The three members | 1.\" $KAME: getaddrinfo.3,v 1.36 2005/01/05 03:23:05 itojun Exp $ 2.\" $OpenBSD: getaddrinfo.3,v 1.35 2004/12/21 03:40:31 jaredy Exp $ 3.\" 4.\" Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") 5.\" Copyright (C) 2000, 2001 Internet Software Consortium. 6.\" 7.\" Permission to use, copy, modify, and distribute this software for any 8.\" purpose with or without fee is hereby granted, provided that the above --- 223 unchanged lines hidden (view full) --- 232.Li addrinfo 233structures. 234The list can be traversed by following the 235.Fa ai_next 236pointer in each 237.Li addrinfo 238structure until a null pointer is encountered. 239The three members |
240.Fa ai_family, 241.Fa ai_socktype, | 240.Fa ai_family , 241.Fa ai_socktype , |
242and 243.Fa ai_protocol 244in each returned 245.Li addrinfo 246structure are suitable for a call to 247.Xr socket 2 . 248For each 249.Li addrinfo --- 211 unchanged lines hidden --- | 242and 243.Fa ai_protocol 244in each returned 245.Li addrinfo 246structure are suitable for a call to 247.Xr socket 2 . 248For each 249.Li addrinfo --- 211 unchanged lines hidden --- |