Return to anet.h CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / libelwix / inc / elwix |
version 1.9.4.1, 2016/05/14 11:31:38 | version 1.9.4.2, 2016/05/14 11:33:55 |
---|---|
Line 58 typedef union { | Line 58 typedef union { |
struct sockaddr_un sun; | struct sockaddr_un sun; |
struct sockaddr_in sin; | struct sockaddr_in sin; |
struct sockaddr_in6 sin6; | struct sockaddr_in6 sin6; |
#ifdef sockaddr_dl | #ifndef __linux__ |
struct sockaddr_dl sdl; | struct sockaddr_dl sdl; |
#endif | #endif |
} sockaddr_t; | } sockaddr_t; |