7 lines
106 B
C
7 lines
106 B
C
|
#define SOCK_DIAG_BY_FAMILY 20
|
||
|
|
||
|
struct sock_diag_req {
|
||
|
uint8_t sdiag_family;
|
||
|
uint8_t sdiag_protocol;
|
||
|
};
|