ikev2_print_id
int ikev2_print_id(struct iked_id *, char *, size_t);
if (ikev2_print_id(&idp, idstr, sizeof(idstr)) == -1)
ikev2_print_id(&sanid, idstr, sizeof(idstr));
ikev2_print_id(retid, idstr, sizeof(idstr));
int ikev2_print_id(struct iked_id *, char *, size_t);
if (ikev2_print_id(id, idstr, sizeof(idstr)) == -1)
if (ikev2_print_id(IKESA_DSTID(sa), dstid, sizeof(dstid)) == -1)
if (ikev2_print_id(IKESA_DSTID(sa), sa_id, sizeof(sa_id)) == -1)
if (ikev2_print_id(id, idstr, sizeof(idstr)) == -1) {
if (ikev2_print_id(&idp, idstr, idstrlen) == -1) {
if (ikev2_print_id(IKESA_DSTID(sa), idstr, sizeof(idstr)) == -1)
if (ikev2_print_id(IKESA_DSTID(sa), idstr, sizeof(idstr)) == -1)
if (ikev2_print_id(IKESA_DSTID(sa), dstid, sizeof(dstid)) == -1)
if (ikev2_print_id(IKESA_SRCID(sa), srcid, sizeof(srcid)) == -1)
if (ikev2_print_id(&idb, idstr, sizeof(idstr)) == -1) {
if (ikev2_print_id(id, idstr, sizeof(idstr)) == -1)
ikev2_print_id(&msg->msg_peerid, idstr, IKED_ID_SIZE) == 0 &&
ikev2_print_id(&msg->msg_localid, idstr, IKED_ID_SIZE) == 0 &&
ikev2_print_id(pid, idstr, IKED_ID_SIZE) == 0 &&
ikev2_print_id(lid, idstr, IKED_ID_SIZE) == 0 &&
if (ikev2_print_id(IKESA_DSTID(sa), sa_id, sizeof(sa_id)) != -1)