In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Changes

Jump to navigation Jump to search
No change in size ,  17:45, 5 April 2015
m
no edit summary
Line 70: Line 70:  
|Recives the latest error???
 
|Recives the latest error???
 
|The latest error(SO_*)???
 
|The latest error(SO_*)???
 +
|}
 +
 +
==Structures==
 +
{| class="wikitable"
 +
!Name
 +
!Data
 +
|-
 +
|sockaddr_in
 +
|
 +
<syntaxhighlight lang="C">
 +
typedef struct {
 +
    u16 sin_family;
 +
    u16 sin_port;
 +
    struct  in_addr sin_addr;
 +
    char sin_zero[8];
 +
} sockaddr_in;
 +
</syntaxhighlight>
 
|}
 
|}
   Line 100: Line 117:  
|43
 
|43
 
|The library is not ready, did you forget to initialize it?
 
|The library is not ready, did you forget to initialize it?
|}
  −
  −
==Structures==
  −
{| class="wikitable"
  −
!Name
  −
!Data
  −
|-
  −
|sockaddr_in
  −
|
  −
<syntaxhighlight lang="C">
  −
typedef struct {
  −
    u16 sin_family;
  −
    u16 sin_port;
  −
    struct  in_addr sin_addr;
  −
    char sin_zero[8];
  −
} sockaddr_in;
  −
</syntaxhighlight>
   
|}
 
|}
91

edits

Navigation menu