OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:next_payload
(Results
1 - 4
of
4
) sorted by null
/external/wpa_supplicant_8/src/eap_peer/
ikev2.c
657
u8
next_payload
,
664
if (ikev2_parse_payloads(&pl,
next_payload
, payload, payload +
786
hdr->
next_payload
, hdr->version, hdr->exchange_type);
827
if (ikev2_parse_payloads(&pl, hdr->
next_payload
, pos, end) < 0)
856
u8
next_payload
, u32 message_id)
866
hdr->
next_payload
=
next_payload
;
875
struct wpabuf *msg, u8
next_payload
)
886
phdr->
next_payload
=
next_payload
;
[
all
...]
/external/wpa_supplicant_8/src/eap_server/
ikev2.c
449
size_t encrypted_len, u8
next_payload
)
465
if (ikev2_parse_payloads(&pl,
next_payload
, decrypted,
689
u8
next_payload
,
696
if (ikev2_parse_payloads(&pl,
next_payload
, payload, payload +
820
hdr->
next_payload
, hdr->version, hdr->exchange_type);
861
if (ikev2_parse_payloads(&pl, hdr->
next_payload
, pos, end) < 0)
886
u8
next_payload
, u32 message_id)
896
hdr->
next_payload
=
next_payload
;
905
struct wpabuf *msg, u8
next_payload
)
[
all
...]
/external/wpa_supplicant_8/src/eap_common/
ikev2_common.h
29
u8
next_payload
;
member in struct:ikev2_hdr
38
u8
next_payload
;
member in struct:ikev2_payload_hdr
322
u8
next_payload
, const u8 *pos, const u8 *end);
331
struct wpabuf *plain, u8
next_payload
);
ikev2_common.c
312
u8
next_payload
, const u8 *pos, const u8 *end)
318
while (
next_payload
!= IKEV2_PAYLOAD_NO_NEXT_PAYLOAD) {
322
next_payload
);
338
phdr->
next_payload
, phdr->flags, plen);
343
switch (
next_payload
) {
397
"entire message",
next_payload
);
402
next_payload
);
406
if (
next_payload
== IKEV2_PAYLOAD_ENCRYPTED &&
413
payloads->encr_next_payload = phdr->
next_payload
;
414
next_payload
= IKEV2_PAYLOAD_NO_NEXT_PAYLOAD
[
all
...]
Completed in 44 milliseconds