OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sctp_authinfo_t
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_auth.h
98
}
sctp_authinfo_t
;
typedef in typeref:struct:sctp_authinformation
163
extern
sctp_authinfo_t
*sctp_alloc_authinfo(void);
164
extern void sctp_free_authinfo(
sctp_authinfo_t
*authinfo);
sctp_auth.c
794
sctp_authinfo_t
*
797
sctp_authinfo_t
*new_authinfo;
799
SCTP_MALLOC(new_authinfo,
sctp_authinfo_t
*, sizeof(*new_authinfo),
811
sctp_free_authinfo(
sctp_authinfo_t
*authinfo)
[
all
...]
sctp_structs.h
[
all
...]
Completed in 113 milliseconds