1 /*
2  * This file is auto-generated. Modifications will be lost.
3  *
4  * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/
5  * for more information.
6  */
7 #ifndef _UAPI__TIPC_SOCKETS_DIAG_H__
8 #define _UAPI__TIPC_SOCKETS_DIAG_H__
9 #include <linux/types.h>
10 #include <linux/sock_diag.h>
11 struct tipc_sock_diag_req {
12   __u8 sdiag_family;
13   __u8 sdiag_protocol;
14   __u16 pad;
15   __u32 tidiag_states;
16 };
17 #endif
18