/[guile]/guile/guile-core/doc/ref/posix.texi
ViewVC logotype

Diff of /guile/guile-core/doc/ref/posix.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.18 by kryde, Sat May 3 22:24:36 2003 UTC revision 1.19 by mvo, Sat May 17 18:09:31 2003 UTC
# Line 2167  in host order. Line 2167  in host order.
2167    
2168  @deffn {Scheme Procedure} socket family style proto  @deffn {Scheme Procedure} socket family style proto
2169  @deffnx {C Function} scm_socket (family, style, proto)  @deffnx {C Function} scm_socket (family, style, proto)
2170  @vindex AF_UNIX  @vindex PF_UNIX
2171  @vindex AF_INET  @vindex PF_INET
2172  @vindex AF_INET6  @vindex PF_INET6
2173  @vindex SOCK_STREAM  @vindex SOCK_STREAM
2174  @vindex SOCK_DGRAM  @vindex SOCK_DGRAM
2175  @vindex SOCK_RAW  @vindex SOCK_RAW
2176  Return a new socket port of the type specified by @var{family},  Return a new socket port of the type specified by @var{family},
2177  @var{style} and @var{proto}.  All three parameters are  @var{style} and @var{proto}.  All three parameters are
2178  integers.  Supported values for @var{family} are  integers.  Supported values for @var{family} are
2179  @code{AF_UNIX}, @code{AF_INET} and @code{AF_INET6}.  @code{PF_UNIX}, @code{PF_INET} and @code{PF_INET6}.
2180  Typical values for @var{style} are @code{SOCK_STREAM},  Typical values for @var{style} are @code{SOCK_STREAM},
2181  @code{SOCK_DGRAM} and @code{SOCK_RAW}.  @code{SOCK_DGRAM} and @code{SOCK_RAW}.
2182    

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26