Home
last modified time | relevance | path

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

/openbsd/sbin/iked/
H A Dikev2.c2712 prop->prop_localspi.spi_protoid = IKEV2_SAPROTO_IKE; in ikev2_add_proposals()
3324 rekey.spi_protoid = protoid; in ikev2_handle_notifies()
3326 &rekey, rekey.spi_protoid, groupid); in ikev2_handle_notifies()
3607 n->n_protoid = rekey->spi_protoid; in ikev2_add_error()
4162 rekey->spi_protoid)) == NULL || in ikev2_send_create_child_sa()
4268 n->n_protoid = rekey->spi_protoid; in ikev2_send_create_child_sa()
4914 if ((protoid = rekey->spi_protoid) == 0) { in ikev2_resp_create_child_sa()
4921 protoid = rekey->spi_protoid = IKEV2_SAPROTO_IKE; in ikev2_resp_create_child_sa()
5016 rekey->spi_protoid)) == NULL) { in ikev2_resp_create_child_sa()
6324 csa->csa_spi.spi_protoid = prop->prop_protoid; in ikev2_childsa_negotiate()
[all …]
H A Dikev2_pld.c425 prop->prop_peerspi.spi_protoid = sap.sap_protoid; in ikev2_pld_sa()
428 prop->prop_localspi.spi_protoid = sap.sap_protoid; in ikev2_pld_sa()
1184 rekey->spi_protoid = n.n_protoid; in ikev2_pld_notify()
H A Dpfkey.c2094 spi.spi_protoid = IKEV2_SAPROTO_AH; in pfkey_process()
2097 spi.spi_protoid = IKEV2_SAPROTO_ESP; in pfkey_process()
2101 spi.spi_protoid = IKEV2_SAPROTO_IPCOMP; in pfkey_process()
H A Dpolicy.c808 if (csa->csa_spi.spi_protoid == protoid && in childsa_lookup()
H A Diked.h120 uint8_t spi_protoid; member