Home
last modified time | relevance | path

Searched refs:acp (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctp_asconf.c2333 struct sctp_asconf_chunk *acp; in sctp_is_addr_pending() local
2348 acp = mtod(chk->data, struct sctp_asconf_chunk *); in sctp_is_addr_pending()
2350 asconf_limit = ntohs(acp->ch.chunk_length); in sctp_is_addr_pending()
2559 struct sctp_asconf_chunk *acp; in sctp_compose_asconf() local
2597 acp = mtod(m_asconf_chk, struct sctp_asconf_chunk *); in sctp_compose_asconf()
2598 memset(acp, 0, sizeof(struct sctp_asconf_chunk)); in sctp_compose_asconf()
2600 lookup_ptr = (caddr_t)(acp + 1); /* after the header */ in sctp_compose_asconf()
2604 acp->ch.chunk_type = SCTP_ASCONF; in sctp_compose_asconf()
2605 acp->ch.chunk_flags = 0; in sctp_compose_asconf()
2606 acp->serial_number = htonl(stcb->asoc.asconf_seq_out); in sctp_compose_asconf()
[all …]
H A Dsctp_output.c6910 struct sctp_asconf_chunk *acp; in sctp_toss_old_asconf() local
6917 acp = mtod(chk->data, struct sctp_asconf_chunk *); in sctp_toss_old_asconf()
6918 if (SCTP_TSN_GT(ntohl(acp->serial_number), asoc->asconf_seq_out_acked)) { in sctp_toss_old_asconf()