OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:assoc_key
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_auth.h
93
sctp_key_t *
assoc_key
; /* cached concatenated send key */
member in struct:sctp_authinformation
sctp_auth.c
820
if (authinfo->
assoc_key
!= NULL)
821
sctp_free_key(authinfo->
assoc_key
);
1216
sctp_free_key(stcb->asoc.authinfo.
assoc_key
);
1217
stcb->asoc.authinfo.
assoc_key
= NULL;
[
all
...]
sctputil.c
[
all
...]
Completed in 316 milliseconds