blob: e5dd06683c1464ca83c02766ebc6619ef9c5591c [file] [log] [blame]
Dmitry V. Levin2f6510c2014-08-21 03:17:48 +00001#define SOCK_DIAG_BY_FAMILY 20
2
3struct sock_diag_req {
4 uint8_t sdiag_family;
5 uint8_t sdiag_protocol;
6};