|
Ruby
2.0.0p481(2014-05-08revision45883)
|

Go to the source code of this file.
Defines | |
| #define | SS_LEN(ss) (ss)->ss_len |
| #define | SET_SA_LEN(sa, len) (void)(len) |
| #define | SET_SS_LEN(ss, len) (void)(len) |
| #define | SIN_LEN(si) sizeof(struct sockaddr_in) |
| #define | SET_SIN_LEN(si, len) |
| #define SET_SA_LEN | ( | sa, | |
| len | |||
| ) | (void)(len) |
Definition at line 39 of file sockport.h.
| #define SET_SIN_LEN | ( | si, | |
| len | |||
| ) |
Definition at line 48 of file sockport.h.
Referenced by make_inetaddr().
| #define SET_SS_LEN | ( | ss, | |
| len | |||
| ) | (void)(len) |
Definition at line 40 of file sockport.h.
Definition at line 47 of file sockport.h.
| #define SS_LEN | ( | ss | ) | (ss)->ss_len |
Definition at line 14 of file sockport.h.
Referenced by sock_s_getnameinfo().
1.7.6.1