version 1.12, 2016/08/02 11:44:59
|
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 } } |
|
#define E_SOCKADDR_MAX MIN(sizeof(sockaddr_t), 0xff) |
|
|
typedef union { |
typedef union { |
union { |
union { |