Searched refs:sctp_auth_add_chunk (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_auth.h116 extern int sctp_auth_add_chunk(uint8_t chunk, sctp_auth_chklist_t *list);
H A Dsctp_auth.c107 sctp_auth_add_chunk(uint8_t chunk, sctp_auth_chklist_t *list) function
223 (void)sctp_auth_add_chunk(*ptr++, list);
233 (void)sctp_auth_add_chunk((index * 8) + offset, list);
1506 (void)sctp_auth_add_chunk(chunks->chunk_types[i],
H A Dsctp_pcb.c3100 sctp_auth_add_chunk(SCTP_ASCONF, m->local_auth_chunks);
3101 sctp_auth_add_chunk(SCTP_ASCONF_ACK, m->local_auth_chunks);
7583 (void)sctp_auth_add_chunk(chunks->chunk_types[i],
H A Dsctp_usrreq.c4891 if (sctp_auth_add_chunk(sauth->sauth_chunk, inp->sctp_ep.local_auth_chunks)) {
7144 sctp_auth_add_chunk(SCTP_ASCONF,
7146 sctp_auth_add_chunk(SCTP_ASCONF_ACK,

Completed in 119 milliseconds