OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__SOCK_SIZE__
(Results
1 - 6
of
6
) sorted by null
/bionic/libc/kernel/uapi/linux/
l2tp.h
26
#define
__SOCK_SIZE__
16
32
unsigned char __pad[
__SOCK_SIZE__
- sizeof(__kernel_sa_family_t) - sizeof(__be16) - sizeof(struct in_addr) - sizeof(__u32)];
in.h
177
#define
__SOCK_SIZE__
16
182
unsigned char __pad[
__SOCK_SIZE__
- sizeof(short int) - sizeof(unsigned short int) - sizeof(struct in_addr)];
/external/iproute2/include/uapi/linux/
l2tp.h
24
#define
__SOCK_SIZE__
16 /* sizeof(struct sockaddr) */
34
unsigned char __pad[
__SOCK_SIZE__
-
in.h
231
#define
__SOCK_SIZE__
16 /* sizeof(struct sockaddr) */
238
unsigned char __pad[
__SOCK_SIZE__
- sizeof(short int) -
/external/kernel-headers/original/uapi/linux/
l2tp.h
24
#define
__SOCK_SIZE__
16 /* sizeof(struct sockaddr) */
34
unsigned char __pad[
__SOCK_SIZE__
-
in.h
231
#define
__SOCK_SIZE__
16 /* sizeof(struct sockaddr) */
238
unsigned char __pad[
__SOCK_SIZE__
- sizeof(short int) -
Completed in 741 milliseconds