Return to anet.h CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / libelwix / inc / elwix |
version 1.13, 2016/08/02 12:03:56 | version 1.13.2.1, 2016/08/11 13:19:16 |
---|---|
Line 60 typedef union { | Line 60 typedef union { |
struct sockaddr_in6 sin6; | struct sockaddr_in6 sin6; |
#ifndef __linux__ | #ifndef __linux__ |
struct sockaddr_dl sdl; | struct sockaddr_dl sdl; |
#else | |
struct sockaddr_ll sll; | |
#endif | #endif |
} sockaddr_t; | } sockaddr_t; |
#define E_SOCKADDR_INIT { .ss = { 0 } } | #define E_SOCKADDR_INIT { .ss = { 0 } } |