Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/netkey/
H A Dkey.c387 #define KEY_SETSECASIDX(p, m, r, s, d, ifi, idx) \ macro
6608 KEY_SETSECASIDX(proto, mode, reqid, src, dst, ipsec_if ? ipsec_if->if_index : 0, &saidx); in key_getspi()
6922 KEY_SETSECASIDX(proto, mode, reqid, src, dst, ipsec_if_index, &saidx); in key_update()
7099 KEY_SETSECASIDX(proto, IPSEC_MODE_ANY, 0, src0, dst0, ipsec_if0_index, &saidx0); in key_migrate()
7133KEY_SETSECASIDX(proto, sah->saidx.mode, sah->saidx.reqid, src1, dst1, ipsec_if1 ? ipsec_if1->if_in… in key_migrate()
7301 KEY_SETSECASIDX(proto, mode, reqid, src0, dst0, ipsec_if ? ipsec_if->if_index : 0, &saidx); in key_add()
7529 KEY_SETSECASIDX(proto, IPSEC_MODE_ANY, 0, src0, dst0, ipsec_if_index, &saidx); in key_delete()
7618 KEY_SETSECASIDX(proto, IPSEC_MODE_ANY, 0, src0, dst0, ipsec_if_index, &saidx); in key_delete_all()
7748 KEY_SETSECASIDX(proto, IPSEC_MODE_ANY, 0, src0, dst0, ipsec_if_index, &saidx); in key_get()
8475 KEY_SETSECASIDX(proto, IPSEC_MODE_ANY, 0, src0, dst0, ipsec_if_index, &saidx); in key_acquire2()
[all …]