Where Online Learning is simpler!
The C and C++ Include Header Files
/usr/include/linux/tipc_sockets_diag.h
$ cat -n /usr/include/linux/tipc_sockets_diag.h 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 2 /* AF_TIPC sock_diag interface for querying open sockets */ 3 4 #ifndef __TIPC_SOCKETS_DIAG_H__ 5 #define __TIPC_SOCKETS_DIAG_H__ 6 7 #include
8 #include
9 10 /* Request */ 11 struct tipc_sock_diag_req { 12 __u8 sdiag_family; /* must be AF_TIPC */ 13 __u8 sdiag_protocol; /* must be 0 */ 14 __u16 pad; /* must be 0 */ 15 __u32 tidiag_states; /* query*/ 16 }; 17 #endif /* __TIPC_SOCKETS_DIAG_H__ */
Contact us
|
About us
|
Term of use
|
Copyright © 2000-2025 MyWebUniversity.com ™