Home
last modified time | relevance | path

Searched refs:msg_localid (Results 1 – 4 of 4) sorted by relevance

/openbsd/sbin/iked/
H A Dpolicy.c120 if (msg->msg_localid.id_type && in policy_lookup()
121 ikev2_print_id(&msg->msg_localid, idstr, IKED_ID_SIZE) == 0 && in policy_lookup()
123 pol.pol_localid.id_type = msg->msg_localid.id_type; in policy_lookup()
H A Dikev2_msg.c199 ibuf_free(msg->msg_localid.id_buf); in ikev2_msg_cleanup()
216 msg->msg_localid.id_buf = NULL; in ikev2_msg_cleanup()
H A Diked.h660 struct iked_id msg_localid; member
H A Dikev2_pld.c767 idp = &msg->msg_parent->msg_localid; in ikev2_pld_id()