HomeSort by relevance Sort by last modified time
    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
164 extern sctp_authinfo_t *sctp_alloc_authinfo(void);
165 extern void sctp_free_authinfo(sctp_authinfo_t *authinfo);
sctp_auth.c 809 sctp_authinfo_t *
812 sctp_authinfo_t *new_authinfo;
814 SCTP_MALLOC(new_authinfo, sctp_authinfo_t *, sizeof(*new_authinfo),
826 sctp_free_authinfo(sctp_authinfo_t *authinfo)
    [all...]
sctp_structs.h     [all...]

Completed in 52 milliseconds