Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp.h470 #define SCTP_ASCONF 0xc1 macro
H A Dsctp_input.c1043 case SCTP_ASCONF: in sctp_process_unrecog_chunk()
3232 case SCTP_ASCONF: in process_chunk_drop()
3238 if (asconf->rec.chunk_id.id == SCTP_ASCONF) { in process_chunk_drop()
4451 if (ch->chunk_type == SCTP_ASCONF && stcb == NULL) { in sctp_process_control()
4472 } while (asconf_ch != NULL && asconf_ch->chunk_type == SCTP_ASCONF); in sctp_process_control()
4626 if (((netp != NULL) && (*netp != NULL)) || (ch->chunk_type == SCTP_ASCONF)) { in sctp_process_control()
5095 case SCTP_ASCONF: in sctp_process_control()
H A Dsctp_auth.c1813 case SCTP_ASCONF: in sctp_validate_init_auth_params()
1876 if (chunks->chunk_types[i] == SCTP_ASCONF) in sctp_validate_init_auth_params()
H A Dsctp_output.c4738 pr_supported->chunk_types[num_ext++] = SCTP_ASCONF; in sctp_send_initiate()
5937 pr_supported->chunk_types[num_ext++] = SCTP_ASCONF; in sctp_send_initiate_ack()
6915 if (chk->rec.chunk_id.id == SCTP_ASCONF) { in sctp_toss_old_asconf()
8043 if (chk->rec.chunk_id.id != SCTP_ASCONF) { in sctp_med_chunk_output()
9275 chk->rec.chunk_id.id = SCTP_ASCONF; in sctp_send_asconf()
9482 } else if (chk->rec.chunk_id.id == SCTP_ASCONF) in sctp_chunk_retransmission()
H A Dsctp_pcb.c2594 sctp_auth_add_chunk(SCTP_ASCONF, m->local_auth_chunks); in sctp_inpcb_alloc()
6415 case SCTP_ASCONF: in sctp_load_addresses_from_init()
6520 if (chunks->chunk_types[i] == SCTP_ASCONF) in sctp_load_addresses_from_init()
H A Dsctp_asconf.c2604 acp->ch.chunk_type = SCTP_ASCONF; in sctp_compose_asconf()
H A Dsctp_usrreq.c6714 sctp_auth_delete_chunk(SCTP_ASCONF,
6720 sctp_auth_add_chunk(SCTP_ASCONF,
H A Dsctp_indata.c2825 case SCTP_ASCONF: in sctp_process_data()
/f-stack/tools/compat/include/netinet/
H A Dsctp.h470 #define SCTP_ASCONF 0xc1 macro
/f-stack/freebsd/netinet/libalias/
H A Dalias_sctp.c1157 case SCTP_ASCONF: in sctp_PktParser()