Searched defs:tcp_diag_md5sig (Results 1 – 2 of 2) sorted by relevance
336 struct tcp_diag_md5sig { struct337 __u8 tcpm_family;338 __u8 tcpm_prefixlen;339 __u16 tcpm_keylen;340 __be32 tcpm_addr[4];341 __u8 tcpm_key[TCP_MD5SIG_MAXKEYLEN];
343 struct tcp_diag_md5sig { struct344 __u8 tcpm_family;345 __u8 tcpm_prefixlen;346 __u16 tcpm_keylen;347 __be32 tcpm_addr[4];348 __u8 tcpm_key[TCP_MD5SIG_MAXKEYLEN];
Completed in 11 milliseconds