]> granicus.if.org Git - strace/blob - linux/sock_diag.h
Remove XLAT_END
[strace] / linux / sock_diag.h
1 /*
2  * Copyright (c) 2014-2018 The strace developers.
3  * All rights reserved.
4  *
5  * SPDX-License-Identifier: LGPL-2.1-or-later
6  */
7
8 #ifndef STRACE_LINUX_SOCK_DIAG_H
9 # define STRACE_LINUX_SOCK_DIAG_H
10
11 # define SOCK_DIAG_BY_FAMILY 20
12 # define SOCK_DESTROY 21
13
14 # define SK_MEMINFO_VARS                9
15
16 struct sock_diag_req {
17         uint8_t sdiag_family;
18         uint8_t sdiag_protocol;
19 };
20
21 #endif /* !STRACE_LINUX_SOCK_DIAG_H */