Home
last modified time | relevance | path

Searched refs:HANDSHAKE_A_ACCEPT_PEER_IDENTITY (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/net/ynl/generated/
H A Dhandshake-user.c86 [HANDSHAKE_A_ACCEPT_PEER_IDENTITY] = { .name = "peer-identity", .type = YNL_PT_U32, },
197 } else if (type == HANDSHAKE_A_ACCEPT_PEER_IDENTITY) { in handshake_accept_rsp_parse()
234 if (mnl_attr_get_type(attr) == HANDSHAKE_A_ACCEPT_PEER_IDENTITY) { in handshake_accept_rsp_parse()
/openbmc/linux/include/uapi/linux/
H A Dhandshake.h45 HANDSHAKE_A_ACCEPT_PEER_IDENTITY, enumerator
/openbmc/linux/net/handshake/
H A Dtlshd.c157 if (nla_put_u32(msg, HANDSHAKE_A_ACCEPT_PEER_IDENTITY, in tls_handshake_put_peer_identity()