Home
last modified time | relevance | path

Searched refs:SCTP_ASCONF (Results 1 – 9 of 9) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp.h489 #define SCTP_ASCONF 0xc1 macro
Dsctp_input.c1175 case SCTP_ASCONF: in sctp_process_unrecog_chunk()
3612 case SCTP_ASCONF:
3618 if (asconf->rec.chunk_id.id == SCTP_ASCONF) {
4829 if (ch->chunk_type == SCTP_ASCONF && stcb == NULL) {
4850 } while (asconf_ch != NULL && asconf_ch->chunk_type == SCTP_ASCONF);
5008 if (((netp != NULL) && (*netp != NULL)) || (ch->chunk_type == SCTP_ASCONF)) {
5513 case SCTP_ASCONF:
Dsctp_auth.c1851 case SCTP_ASCONF:
1914 if (chunks->chunk_types[i] == SCTP_ASCONF)
Dsctp_output.c5201 pr_supported->chunk_types[num_ext++] = SCTP_ASCONF;
6472 pr_supported->chunk_types[num_ext++] = SCTP_ASCONF;
7498 if (chk->rec.chunk_id.id == SCTP_ASCONF) {
8636 if (chk->rec.chunk_id.id != SCTP_ASCONF) {
9866 chk->rec.chunk_id.id = SCTP_ASCONF;
10081 } else if (chk->rec.chunk_id.id == SCTP_ASCONF)
Dsctp_pcb.c3052 sctp_auth_add_chunk(SCTP_ASCONF, m->local_auth_chunks);
7429 case SCTP_ASCONF:
7535 if (chunks->chunk_types[i] == SCTP_ASCONF)
Dsctp_asconf.c2650 acp->ch.chunk_type = SCTP_ASCONF; in sctp_compose_asconf()
Dsctp_usrreq.c7596 sctp_auth_delete_chunk(SCTP_ASCONF,
7602 sctp_auth_add_chunk(SCTP_ASCONF,
Dsctp_indata.c2869 case SCTP_ASCONF: in sctp_process_data()
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Dusrsctp.h809 #define SCTP_ASCONF 0xc1 macro