Home
last modified time | relevance | path

Searched defs:tcp_diag_md5sig (Results 1 – 4 of 4) sorted by relevance

/external/iproute2/include/uapi/linux/
Dtcp.h261 struct tcp_diag_md5sig { struct
262 __u8 tcpm_family;
263 __u8 tcpm_prefixlen;
264 __u16 tcpm_keylen;
265 __be32 tcpm_addr[4];
266 __u8 tcpm_key[TCP_MD5SIG_MAXKEYLEN];
/external/kernel-headers/original/uapi/linux/
Dtcp.h343 struct tcp_diag_md5sig { struct
344 __u8 tcpm_family;
345 __u8 tcpm_prefixlen;
346 __u16 tcpm_keylen;
347 __be32 tcpm_addr[4];
348 __u8 tcpm_key[TCP_MD5SIG_MAXKEYLEN];
/external/musl/include/netinet/
Dtcp.h266 struct tcp_diag_md5sig { struct
267 uint8_t tcpm_family;
268 uint8_t tcpm_prefixlen;
269 uint16_t tcpm_keylen;
270 uint32_t tcpm_addr[4];
271 uint8_t tcpm_key[TCP_MD5SIG_MAXKEYLEN];
/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h87193 struct tcp_diag_md5sig { struct
87194 __u8 tcpm_family;
87195 __u8 tcpm_prefixlen;
87196 __u16 tcpm_keylen;
87197 __be32 tcpm_addr[4];
87198 __u8 tcpm_key[80];