Elliott Hughes | 180edef | 2023-11-02 00:08:05 +0000 | [diff] [blame] | 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 | */ |
Christopher Ferris | 76a1d45 | 2018-06-27 14:12:29 -0700 | [diff] [blame] | 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 |