Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dtcp.h431 struct tcp_ao_getsockopt { /* getsockopt(TCP_AO_GET_KEYS) */ struct
439 * sizeof(struct tcp_ao_getsockopt) argument
442 __u16 is_current :1, /* in: match and dump Current_key,
446 is_rnext :1, /* in: match and dump RNext_key,
449 get_all :1, /* in: dump all keys */
450 reserved :13; /* padding, must be 0 */
451 __u8 sndid; /* in/out: dump keys with SendID */
452 __u8 rcvid; /* in/out: dump keys with RecvID */
453 __u8 prefix; /* in/out: dump keys with address/prefix */
454 __u8 maclen; /* out: key's length of authentication
[all …]