]> granicus.if.org Git - strace/blob - linux/sock_diag.h
travis: add build environment information to the travis log
[strace] / linux / sock_diag.h
1 #ifndef STRACE_LINUX_SOCK_DIAG_H
2 #define STRACE_LINUX_SOCK_DIAG_H
3
4 #define SOCK_DIAG_BY_FAMILY 20
5 #define SOCK_DESTROY 21
6
7 #define SK_MEMINFO_VARS         9
8
9 struct sock_diag_req {
10         uint8_t sdiag_family;
11         uint8_t sdiag_protocol;
12 };
13
14 #endif /* !STRACE_LINUX_SOCK_DIAG_H */