Searched refs:exchange_type (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/bsd/wpa/dist/src/eap_peer/
H A Dikev2.c669 u8 exchange_type, u32 message_id)
674 if (exchange_type != IKE_SA_INIT) {
676 "%u in SA_INIT state", exchange_type);
690 if (exchange_type != IKE_SA_AUTH) {
692 "%u in SA_AUTH state", exchange_type);
702 if (exchange_type != CREATE_CHILD_SA) {
704 "%u in CHILD_SA state", exchange_type);
751 hdr->next_payload, hdr->version, hdr->exchange_type);
768 if (ikev2_validate_rx_state(data, hdr->exchange_type, message_id) < 0)
820 struct wpabuf *msg, u8 exchange_type,
668 ikev2_validate_rx_state(struct ikev2_responder_data *data, u8 exchange_type, u32 message_id) argument
819 ikev2_build_hdr(struct ikev2_responder_data *data, struct wpabuf *msg, u8 exchange_type, u8 next_payload, u32 message_id) argument
[all...]
/netbsd-current/external/bsd/wpa/dist/src/eap_server/
H A Dikev2.c740 u8 exchange_type, u32 message_id)
746 if (exchange_type != IKE_SA_INIT) {
748 "%u in SA_INIT state", exchange_type);
761 if (exchange_type != IKE_SA_AUTH) {
763 "%u in SA_AUTH state", exchange_type);
773 if (exchange_type != CREATE_CHILD_SA) {
775 "%u in CHILD_SA state", exchange_type);
819 hdr->next_payload, hdr->version, hdr->exchange_type);
836 if (ikev2_validate_rx_state(data, hdr->exchange_type, message_id) < 0)
884 struct wpabuf *msg, u8 exchange_type,
739 ikev2_validate_rx_state(struct ikev2_initiator_data *data, u8 exchange_type, u32 message_id) argument
883 ikev2_build_hdr(struct ikev2_initiator_data *data, struct wpabuf *msg, u8 exchange_type, u8 next_payload, u32 message_id) argument
[all...]
/netbsd-current/external/bsd/wpa/dist/src/eap_common/
H A Dikev2_common.h31 u8 exchange_type; member in struct:ikev2_hdr

Completed in 100 milliseconds