|
Ruby
1.9.3p551(2014-11-13revision48407)
|
#include <rubysocket.h>
Data Fields | |
| unsigned short | ss_family |
| char | __ss_pad1 [_SS_PAD1SIZE] |
| double | __ss_align |
| char | __ss_pad2 [_SS_PAD2SIZE] |
Definition at line 129 of file rubysocket.h.
| double sockaddr_storage::__ss_align |
Definition at line 137 of file rubysocket.h.
| char sockaddr_storage::__ss_pad1[_SS_PAD1SIZE] |
Definition at line 136 of file rubysocket.h.
| char sockaddr_storage::__ss_pad2[_SS_PAD2SIZE] |
Definition at line 138 of file rubysocket.h.
| unsigned short sockaddr_storage::ss_family |
Definition at line 134 of file rubysocket.h.
Referenced by inspect_sockaddr(), and rsock_getfamily().
1.8.14