HomeSort by: relevance | last modified time | path
    Searched refs:SCTP_ASCONF (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/netinet/
sctp.h 266 #define SCTP_ASCONF 0xc1
sctp_input.c 84 #include <netinet/sctp_asconf.h>
684 case SCTP_ASCONF:
2499 case SCTP_ASCONF:
2504 if (asconf->rec.chunk_id == SCTP_ASCONF) {
3083 if (ch->chunk_type == SCTP_ASCONF && stcb == NULL) {
3611 case SCTP_ASCONF:
3614 printf("SCTP_ASCONF\n");
3626 printf("SCTP_ASCONF-ACK\n");
sctp_output.c 107 #include <netinet/sctp_asconf.h>
2714 pr_supported->chunk_types[0] = SCTP_ASCONF;
3669 pr_supported->chunk_types[0] = SCTP_ASCONF;
4863 /* find SCTP_ASCONF chunk in queue (only one ever in queue) */
4864 if (chk->rec.chunk_id == SCTP_ASCONF) {
5553 } else if (chk->rec.chunk_id == SCTP_ASCONF) {
6355 chk->rec.chunk_id = SCTP_ASCONF;
6505 (chk->rec.chunk_id == SCTP_ASCONF) ||
6519 if (chk->rec.chunk_id == SCTP_ASCONF) {
6538 } else if (chk->rec.chunk_id == SCTP_ASCONF)
    [all...]
sctp_timer.c 90 #include <netinet/sctp_asconf.h>
1052 if (asconf->rec.chunk_id == SCTP_ASCONF) {
sctp_asconf.c 1 /* $NetBSD: sctp_asconf.c,v 1.14 2024/04/11 07:34:37 knakahara Exp $ */
2 /* $KAME: sctp_asconf.c,v 1.25 2005/06/16 20:44:24 jinmei Exp $ */
33 __KERNEL_RCSID(0, "$NetBSD: sctp_asconf.c,v 1.14 2024/04/11 07:34:37 knakahara Exp $");
78 #include <netinet/sctp_asconf.h>
2292 acp->ch.chunk_type = SCTP_ASCONF;
sctp_pcb.c 88 #include <netinet/sctp_asconf.h>
3539 /* presume caller (sctp_asconf.c) already owns INP lock */
4239 case SCTP_ASCONF:

Completed in 24 milliseconds