* cleanup from a bad asconf ack parameter */
| 1651 | * cleanup from a bad asconf ack parameter |
| 1652 | */ |
| 1653 | static void |
| 1654 | sctp_asconf_ack_clear(struct sctp_tcb *stcb SCTP_UNUSED) |
| 1655 | { |
| 1656 | /* assume peer doesn't really know how to do asconfs */ |
| 1657 | /* XXX we could free the pending queue here */ |
| 1658 | |
| 1659 | } |
| 1660 | |
| 1661 | void |
| 1662 | sctp_handle_asconf_ack(struct mbuf *m, int offset, |
no outgoing calls
no test coverage detected