Searched refs:packed_s (Results 1 – 3 of 3) sorted by relevance
15 struct __attribute__((packed)) packed_s { struct22 extern int b1[sizeof(struct packed_s) == 10 ? 1 : -1]; argument23 extern int b2[__alignof(struct packed_s) == 1 ? 1 : -1];
16 struct __attribute__((packed)) packed_s { struct23 extern int b1[sizeof(struct packed_s) == 10 ? 1 : -1]; argument24 extern int b2[__alignof(struct packed_s) == 1 ? 1 : -1];
511 packed_s = inet_pton(socket.AF_INET6, s)512 x_and_s = in6_and(packed_x, packed_s) 513 return x_and_s == packed_s