HomeSort by relevance Sort by last modified time
    Searched refs:sctp_auth_add_chunk (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_auth.h 116 extern int sctp_auth_add_chunk(uint8_t chunk, sctp_auth_chklist_t *list);
sctp_auth.c 107 sctp_auth_add_chunk(uint8_t chunk, sctp_auth_chklist_t *list) function
168 (void)sctp_auth_add_chunk(SCTP_ASCONF, list);
169 (void)sctp_auth_add_chunk(SCTP_ASCONF_ACK, list);
238 (void)sctp_auth_add_chunk(*ptr++, list);
248 (void)sctp_auth_add_chunk((index * 8) + offset, list);
    [all...]
sctp_pcb.c     [all...]
sctp_usrreq.c     [all...]

Completed in 309 milliseconds