strace/linux/sock_diag.h

15 lines
265 B
C
Raw Normal View History

#ifndef STRACE_LINUX_SOCK_DIAG_H
#define STRACE_LINUX_SOCK_DIAG_H
#define SOCK_DIAG_BY_FAMILY 20
#define SOCK_DESTROY 21
#define SK_MEMINFO_VARS 9
struct sock_diag_req {
uint8_t sdiag_family;
uint8_t sdiag_protocol;
};
#endif /* !STRACE_LINUX_SOCK_DIAG_H */