Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
sock_diag.h
Go to the documentation of this file.
1 #ifndef _UAPI__SOCK_DIAG_H__
2 #define _UAPI__SOCK_DIAG_H__
3 
4 #include <linux/types.h>
5 
6 #define SOCK_DIAG_BY_FAMILY 20
7 
8 struct sock_diag_req {
11 };
12 
13 enum {
22 
24 };
25 
26 #endif /* _UAPI__SOCK_DIAG_H__ */