blob: 066d2ec3c6c897f7e71a3ce52ab3ad8573625fa5 [file] [log] [blame]
Elliott Hughes180edef2023-11-02 00:08:05 +00001/*
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 Ferris76a1d452018-06-27 14:12:29 -07007#ifndef _UAPI__TIPC_SOCKETS_DIAG_H__
8#define _UAPI__TIPC_SOCKETS_DIAG_H__
9#include <linux/types.h>
10#include <linux/sock_diag.h>
11struct tipc_sock_diag_req {
12 __u8 sdiag_family;
13 __u8 sdiag_protocol;
14 __u16 pad;
15 __u32 tidiag_states;
16};
17#endif